Skip to content

Commit 42b9cb1

Browse files
committed
Switch to using the v2 resolver in most workspaces
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"` everywhere except library and submodules.
1 parent 6de928d commit 42b9cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
"compiler/rustc",
55
"src/etc/test-float-parse",

src/ci/docker/host-x86_64/test-various/uefi_qemu_test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
edition = "2021"
55

66
[workspace]
7-
resolver = "1"
7+
resolver = "2"
88

99
[dependencies]
1010
r-efi = "4.1.0"

0 commit comments

Comments
 (0)