Add resolver=2 to cargo workspace example
This commit is contained in:
parent
d1eeef5864
commit
de5b9bea14
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
# `/Cargo.toml` is already in .gitignore, so you don't commit it accidentally.
|
# `/Cargo.toml` is already in .gitignore, so you don't commit it accidentally.
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
|
resolver = "2"
|
||||||
|
|
||||||
members = [
|
members = [
|
||||||
"embassy",
|
"embassy",
|
||||||
"embassy-traits",
|
"embassy-traits",
|
||||||
|
|
Loading…
Reference in a new issue