Skip to content

Commit 73c9f6b

Browse files
committed
releases: increase MSRV to 1.74.0
We cannot build `releases` with the existing lockfile because its MSRV is too high. If we intend the MSRV to be lower then we need to fix the lockfile and reduce the MSRV in `cargo-rbmt`.
1 parent 83e42ed commit 73c9f6b

File tree

2 files changed

+7
-228
lines changed

2 files changed

+7
-228
lines changed

Cargo.lock

Lines changed: 6 additions & 227 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = []
99
keywords = []
1010
readme = "README.md"
1111
edition = "2021"
12-
rust-version = "1.56.1"
12+
rust-version = "1.74.0"
1313

1414
[dependencies]
1515
anyhow = { version = "1.0.82", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)