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#detailpull/109/head
parent
d9ce1b7169
commit
2ad877309a
@ -1,2 +1,3 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["xtask", "{{project-name}}", "{{project-name}}-common"]
|
||||
|
Loading…
Reference in New Issue