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 b921683 commit e69b590Copy full SHA for e69b590
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