Skip to content

Commit

Permalink
chore: specify feature resolver="1" in all rust workspaces
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
etungsten committed Aug 31, 2023
1 parent d19a442 commit 9b7fa9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "1"
members = [
"infrasys",
"buildsys",
Expand Down

0 comments on commit 9b7fa9d

Please sign in to comment.