Skip to content

Commit 14035ea

Browse files
authored
m: Lower MSRV to 1.43.0
Signed-off-by: John Nunley <[email protected]>
1 parent baf5fbf commit 14035ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
matrix:
7676
# When updating this, the reminder to update the minimum supported
7777
# Rust version in Cargo.toml.
78-
rust: ['1.43.1']
78+
rust: ['1.43.0']
7979
steps:
8080
- uses: actions/checkout@v3
8181
- name: Install Rust

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "fastrand-contrib"
33
version = "0.1.0"
44
edition = "2018"
5-
rust-version = "1.43.1"
5+
rust-version = "1.43.0"
66

77
[dependencies]
88
fastrand = { version = "2.0.0", default-features = false }

0 commit comments

Comments
 (0)