Skip to content

Commit 3374aa6

Browse files
authored
update workspace to resolver = 3 (#7714)
Cargo resolver [version 3](https://doc.rust-lang.org/edition-guide/rust-2024/cargo-resolver.html) introduces an MSRV-aware resolver. Unlike the change from resolver v1 to v2, there are no changes to packages or feature sets that get built.
1 parent 970fd8c commit 3374aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ default-members = [
265265
"workspace-hack",
266266
"zone-setup",
267267
]
268-
resolver = "2"
268+
resolver = "3"
269269

270270
#
271271
# Tree-wide lint configuration.

0 commit comments

Comments
 (0)