X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=6b68ca823894f90f3769a6c4dc60a6b4e1cb49a5;hb=7a0774defa1f485788a5ad2150a3e045a8dc8be3;hp=84da50b9f6cd963df05b04d398b780832a21d501;hpb=11326a6847f7fd43afef1806779082f96264d9c6;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 84da50b9f6c..6b68ca82389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [workspace] -resolver = "2" members = ["xtask/", "lib/*", "crates/*"] -exclude = ["crates/proc_macro_test/imp"] +exclude = ["crates/proc-macro-test/imp"] [profile.dev] # Disabling debug info speeds up builds a bunch,