Switch to using the v2 resolver in most workspaces

Pinning the resolver to v1 was done in 5abff3753a ("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.
This commit is contained in:
Trevor Gross 2024-08-07 02:02:57 -05:00
parent 6de928dce9
commit 42b9cb1cb5
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[workspace]
resolver = "1"
resolver = "2"
members = [
"compiler/rustc",
"src/etc/test-float-parse",

View File

@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2021"
[workspace]
resolver = "1"
resolver = "2"
[dependencies]
r-efi = "4.1.0"