Remove version from dev-dependencies to make it easier to publish.

This commit is contained in:
Eric Huss 2020-11-30 08:12:02 -08:00
parent 980c16365b
commit 0b5c065f8d

View file

@ -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"] }