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 404d100 commit 7b0118dCopy full SHA for 7b0118d
scylla-macros/Cargo.toml
@@ -22,11 +22,6 @@ proc-macro2 = "1.0"
22
unnameable_types = "warn"
23
unreachable_pub = "warn"
24
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.
30
[dev-dependencies]
31
-scylla = { version = "0.15.0", path = "../scylla"}
32
-scylla-cql = { version = "0.4.0", path = "../scylla-cql"}
+scylla = { path = "../scylla"}
+scylla-cql = { path = "../scylla-cql"}
0 commit comments