Skip to content

Commit 9b7fa9d

Browse files
committed
chore: specify feature resolver="1" in all rust workspaces
This gets rid of a warning that comes with rust 1.72.0. This does not impact any of our workspaces since we've always been defaulted to using resolver version 1. We can't use resolver v2 yet since that breaks the 'cargo make build-package' task. See rust-lang/cargo#10112 for more details.
1 parent d19a442 commit 9b7fa9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
resolver = "1"
23
members = [
34
"infrasys",
45
"buildsys",

0 commit comments

Comments
 (0)