Skip to content

Commit 5300046

Browse files
committed
Add reminder to bump MSRV in both places
1 parent 91da21c commit 5300046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- ubuntu-latest
5757
- windows-latest
5858
rust:
59-
- 1.61.0 # MSRV
59+
- 1.61.0 # MSRV (also change in Cargo.toml)
6060
- stable
6161
- nightly
6262
steps:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/magic-wormhole/magic-wormhole.rs"
1414
documentation = "https://docs.rs/magic-wormhole/latest/"
1515
license = "EUPL-1.2"
1616
edition = "2021"
17-
rust-version = "1.59" # MSRV
17+
rust-version = "1.61" # MSRV (also change in CI)
1818

1919
[dependencies]
2020
serde = { version = "1.0.120", features = ["rc"] }

0 commit comments

Comments
 (0)