We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a265a commit a5945a7Copy full SHA for a5945a7
.github/workflows/ci.yml
@@ -88,6 +88,11 @@ jobs:
88
89
msrv:
90
runs-on: ubuntu-latest
91
+ strategy:
92
+ matrix:
93
+ # When updating this, the reminder to update the minimum supported
94
+ # Rust version in Cargo.toml.
95
+ rust: ['1.63']
96
steps:
97
- uses: taiki-e/checkout-action@v1
98
- name: Install cargo-hack
Cargo.toml
@@ -6,7 +6,7 @@ name = "fastrand"
6
version = "2.3.0"
7
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
-rust-version = "1.36"
+rust-version = "1.63"
10
description = "A simple and fast random number generator"
11
license = "Apache-2.0 OR MIT"
12
repository = "https://github.com/smol-rs/fastrand"
0 commit comments