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 baf5fbf commit 14035eaCopy full SHA for 14035ea
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
matrix:
76
# When updating this, the reminder to update the minimum supported
77
# Rust version in Cargo.toml.
78
- rust: ['1.43.1']
+ rust: ['1.43.0']
79
steps:
80
- uses: actions/checkout@v3
81
- name: Install Rust
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "fastrand-contrib"
3
version = "0.1.0"
4
edition = "2018"
5
-rust-version = "1.43.1"
+rust-version = "1.43.0"
6
7
[dependencies]
8
fastrand = { version = "2.0.0", default-features = false }
0 commit comments