diff --git a/Cargo.toml b/Cargo.toml index 0b790423..60523669 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,3 +2,5 @@ members = ["crates/*", "examples/*", "xtask"] # xtask should only be compiled when invoked explicitly default-members = ["crates/*", "examples/*"] + +resolver = "2"