From 1bc40b908269cd7071f4f1c7ac27f18a7c039359 Mon Sep 17 00:00:00 2001 From: Melvin Wang Date: Wed, 3 Apr 2024 16:09:17 -0700 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Melvin Wang --- Makefile.toml | 2 -- 1 file changed, 2 deletions(-) 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]