diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-08 01:55:50 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-06-08 01:55:50 +0200 |
| commit | de5b9bea148bcf71be2dc743707e42f0b413303b (patch) | |
| tree | 8dfd6567031304154b3235d0a7f16c46f0d753ec /Cargo.example.toml | |
| parent | d1eeef58648c1b1802911ee5e859d79b2826255a (diff) | |
Add resolver=2 to cargo workspace example
Diffstat (limited to 'Cargo.example.toml')
| -rw-r--r-- | Cargo.example.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.example.toml b/Cargo.example.toml index da3a80299..38b1057f5 100644 --- a/Cargo.example.toml +++ b/Cargo.example.toml | |||
| @@ -15,6 +15,8 @@ | |||
| 15 | # `/Cargo.toml` is already in .gitignore, so you don't commit it accidentally. | 15 | # `/Cargo.toml` is already in .gitignore, so you don't commit it accidentally. |
| 16 | 16 | ||
| 17 | [workspace] | 17 | [workspace] |
| 18 | resolver = "2" | ||
| 19 | |||
| 18 | members = [ | 20 | members = [ |
| 19 | "embassy", | 21 | "embassy", |
| 20 | "embassy-traits", | 22 | "embassy-traits", |
