build: Set `resolver = "2"` at the workspace's Cargo.toml

This is the default resolver for the 2021 edition, but needs to be set
manually in virtual workspaces.

https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html#detail
pull/104/head
Chris Pick 11 months ago committed by Michal Rostecki
parent 9be70de097
commit a88f46bbee

@ -1,2 +1,3 @@
[workspace] [workspace]
resolver = "2"
members = ["xtask", "{{project-name}}", "{{project-name}}-common"] members = ["xtask", "{{project-name}}", "{{project-name}}-common"]

Loading…
Cancel
Save