diff --git a/Cargo.toml b/Cargo.toml index 9b9d05046..50a4f8ff8 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"] }