We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91da21c commit 5300046Copy full SHA for 5300046
.github/workflows/push.yml
@@ -56,7 +56,7 @@ jobs:
56
- ubuntu-latest
57
- windows-latest
58
rust:
59
- - 1.61.0 # MSRV
+ - 1.61.0 # MSRV (also change in Cargo.toml)
60
- stable
61
- nightly
62
steps:
Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/magic-wormhole/magic-wormhole.rs"
14
documentation = "https://docs.rs/magic-wormhole/latest/"
15
license = "EUPL-1.2"
16
edition = "2021"
17
-rust-version = "1.59" # MSRV
+rust-version = "1.61" # MSRV (also change in CI)
18
19
[dependencies]
20
serde = { version = "1.0.120", features = ["rc"] }
0 commit comments