diff options
| -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", |
