1
Fork 0

Auto merge of #128722 - tgross35:new-resolver-root, r=Mark-Simulacrum

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.
This commit is contained in:
bors 2024-08-19 09:50:33 +00:00
commit 45fbf41deb
15 changed files with 3440 additions and 1936 deletions

View file

@ -41,7 +41,7 @@ tempfile = "3.2"
thin-vec = "0.2.12"
thorin-dwp = "0.7"
tracing = "0.1"
wasm-encoder = "0.210.0"
wasm-encoder = "0.215.0"
# tidy-alphabetical-end
[target.'cfg(unix)'.dependencies]