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 f47cbb4 commit 404d100Copy full SHA for 404d100
scylla-cql/Cargo.toml
@@ -11,6 +11,9 @@ categories = ["database"]
11
license = "MIT OR Apache-2.0"
12
13
[dependencies]
14
+# Important: We use precise version of scylla-macros. This enables
15
+# us to make breaking changes in the doc(hidden) interfaces that are
16
+# used by macros.
17
scylla-macros = { version = "=0.7.0", path = "../scylla-macros" }
18
byteorder = "1.3.4"
19
bytes = "1.0.1"
0 commit comments