Skip to content

Commit 404d100

Browse files
committed
scylla-cql: Add note about precise scylla-macros dependency
1 parent f47cbb4 commit 404d100

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scylla-cql/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ categories = ["database"]
1111
license = "MIT OR Apache-2.0"
1212

1313
[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.
1417
scylla-macros = { version = "=0.7.0", path = "../scylla-macros" }
1518
byteorder = "1.3.4"
1619
bytes = "1.0.1"

0 commit comments

Comments
 (0)