diff --git a/Makefile.toml b/Makefile.toml index 6b01d11c..73f5f56d 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -66,7 +66,6 @@ alias = "pre-test" [tasks.nightly-test] extend = "test" -install_crate = { crate_name = "cargo-expand", version = "1.0.80" } env = { CARGO_MAKE_CARGO_BUILD_TEST_FLAGS = "--features nightly" } toolchain = "nightly" @@ -109,7 +108,6 @@ alias = "pre-test" [tasks.beta-test] extend = "test" -install_crate = { crate_name = "cargo-expand", version = "1.0.80" } toolchain = "beta" [tasks.post-beta-test]