Skip to content

Commit

Permalink
chore: explicity set cargo feature resolver version to 2
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 existing crates since they're all on edition 2021.

See rust-lang/cargo#10112
  • Loading branch information
etungsten committed Aug 25, 2023
1 parent 2f7124a commit 3a4dadc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sources/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"api/apiserver",
"api/apiclient",
Expand Down
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 = "2"
members = [
"infrasys",
"buildsys",
Expand Down
1 change: 1 addition & 0 deletions variants/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"aws-dev",
"aws-ecs-1",
Expand Down

0 comments on commit 3a4dadc

Please sign in to comment.