Skip to content

Commit 0bd710b

Browse files
Update locks (#6424)
1 parent 5cbe24a commit 0bd710b

File tree

14 files changed

+774
-1090
lines changed

14 files changed

+774
-1090
lines changed

.cargo/config.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@ quick = "make quick"
77
tidy = "make tidy"
88
clippy-all = "clippy --all-features --all-targets -- -D warnings"
99

10-
# Use `cargo +nightly update` to update MSRV-aware (https://github.com/rust-lang/cargo/issues/13873)
11-
[unstable]
12-
msrv-policy = true
1310
[resolver]
14-
incompatible-rust-versions = 'fallback'
11+
incompatible-rust-versions = 'fallback' # default in resolver = "3", which we cannot use yet

0 commit comments

Comments
 (0)