diff --git a/Cargo.example.toml b/Cargo.example.toml index da3a8029..38b1057f 100644 --- a/Cargo.example.toml +++ b/Cargo.example.toml @@ -15,6 +15,8 @@ # `/Cargo.toml` is already in .gitignore, so you don't commit it accidentally. [workspace] +resolver = "2" + members = [ "embassy", "embassy-traits",