From 0b5c065f8d1b0f9e78cdf4f9da9bb25e04624552 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 30 Nov 2020 08:12:02 -0800 Subject: [PATCH] Remove version from dev-dependencies to make it easier to publish. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9b9d0504664..50a4f8ff8d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,8 +103,8 @@ features = [ ] [dev-dependencies] -cargo-test-macro = { path = "crates/cargo-test-macro", version = "0.1.0" } -cargo-test-support = { path = "crates/cargo-test-support", version = "0.1.0" } +cargo-test-macro = { path = "crates/cargo-test-macro" } +cargo-test-support = { path = "crates/cargo-test-support" } [build-dependencies] flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }