Skip to content

Commit 49cc06a

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 49cc06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [
33
"binrw",
44
"binrw_derive"
55
]
6-
resolver = "2"
6+
resolver = "3"
77

88
[workspace.package]
99
authors = [

0 commit comments

Comments
 (0)