Skip to content

Commit

Permalink
trivial: Update Cargo.toml template resolver = "2"
Browse files Browse the repository at this point in the history
When we try to run `cargo xtask build-ebpf` etc. we get the warning
about Workspace default resolver set to "1". Since all the projects will
be 2021 Edition, adding 'resolver = "2"' in the root `Cargo.toml`
template to avoid this warning.
  • Loading branch information
gabhijit committed Oct 12, 2023
1 parent 9dc5296 commit 46c6329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[workspace]
members = ["xtask", "{{project-name}}", "{{project-name}}-common"]
resolver = "2"

0 comments on commit 46c6329

Please sign in to comment.