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/109/head
Chris Pick 4 months ago committed by Michal Rostecki
parent d9ce1b7169
commit 2ad877309a

@ -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