We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980c163 commit 0b5c065Copy full SHA for 0b5c065
Cargo.toml
@@ -103,8 +103,8 @@ features = [
103
]
104
105
[dev-dependencies]
106
-cargo-test-macro = { path = "crates/cargo-test-macro", version = "0.1.0" }
107
-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" }
108
109
[build-dependencies]
110
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
0 commit comments