Skip to content

Commit

Permalink
Add reminder to bump MSRV in both places
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde committed Dec 21, 2022
1 parent 91da21c commit 5300046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- ubuntu-latest
- windows-latest
rust:
- 1.61.0 # MSRV
- 1.61.0 # MSRV (also change in Cargo.toml)
- stable
- nightly
steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/magic-wormhole/magic-wormhole.rs"
documentation = "https://docs.rs/magic-wormhole/latest/"
license = "EUPL-1.2"
edition = "2021"
rust-version = "1.59" # MSRV
rust-version = "1.61" # MSRV (also change in CI)

[dependencies]
serde = { version = "1.0.120", features = ["rc"] }
Expand Down

0 comments on commit 5300046

Please sign in to comment.