Skip to content

Commit dbc220a

Browse files
committed
Use cargo resolver version 3
once_cell, a transient dependency of trybuild, just released a minor version update with an increase to their MSRV. Using resolver 3 means that older compiler version with up-to-date cargo (as exists in CI) will pick compatible dependencies for our MSRV, so it does not need to be bumped just for the sake of some dev-only dependency.
1 parent 6be4e20 commit dbc220a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ homepage = "https://binrw.rs"
1818
license = "MIT"
1919
publish = false # Use `release.sh`
2020
repository = "https://github.com/jam1garner/binrw"
21+
resolver = "3"
2122
rust-version = "1.66"
2223
version = "0.15.0-pre"

0 commit comments

Comments
 (0)