Skip to content

Commit f1d3ba1

Browse files
committed
Switch to using the v2 resolver in library/
Pinning the resolver to v1 was done in 5abff37 ("Explicit set workspace.resolver ...") in order to suppress warnings. Since there is no specific reason not to use the new resolver and since it fixes issues, change to `resolver = "2"` in `library/`.
1 parent 8c7e0e1 commit f1d3ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
resolver = "1"
2+
resolver = "2"
33
members = [
44
"std",
55
"sysroot",

0 commit comments

Comments
 (0)