Skip to content

Commit 7b0118d

Browse files
committed
scylla-macros: Remove versions from dev-dependencies
Having version prevents us from publishing to crates.
1 parent 404d100 commit 7b0118d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

scylla-macros/Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ proc-macro2 = "1.0"
2222
unnameable_types = "warn"
2323
unreachable_pub = "warn"
2424

25-
# When bumping major version of scylla / scylla-cql, those dependencies
26-
# also need to be updated. Fortunately Cargo will yell very loudly if that
27-
# is not done.
28-
# When bumping minor versions of scylla / scylla-cql nothing bad will happen
29-
# if we forget to update versions here.
3025
[dev-dependencies]
31-
scylla = { version = "0.15.0", path = "../scylla"}
32-
scylla-cql = { version = "0.4.0", path = "../scylla-cql"}
26+
scylla = { path = "../scylla"}
27+
scylla-cql = { path = "../scylla-cql"}

0 commit comments

Comments
 (0)