Skip to content

Commit e69b590

Browse files
committed
Remove version from dev-dependencies to make it easier to publish.
1 parent b921683 commit e69b590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ features = [
103103
]
104104

105105
[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" }
106+
cargo-test-macro = { path = "crates/cargo-test-macro" }
107+
cargo-test-support = { path = "crates/cargo-test-support" }
108108

109109
[build-dependencies]
110110
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }

0 commit comments

Comments
 (0)