File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " scylla-cql"
3- version = " 0.0.7 "
3+ version = " 0.0.8 "
44edition = " 2021"
55description = " CQL data types and primitives, for interacting with Scylla."
66repository = " https://github.com/scylladb/scylla-rust-driver"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313defaults = []
1414
1515[dependencies ]
16- scylla-cql = { version = " 0.0.7 " , path = " ../scylla-cql" }
16+ scylla-cql = { version = " 0.0.8 " , path = " ../scylla-cql" }
1717byteorder = " 1.3.4"
1818bytes = " 1.2.0"
1919futures = " 0.3.6"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ secret = ["scylla-cql/secret"]
2121
2222[dependencies ]
2323scylla-macros = { version = " 0.2.0" , path = " ../scylla-macros" }
24- scylla-cql = { version = " 0.0.7 " , path = " ../scylla-cql" }
24+ scylla-cql = { version = " 0.0.8 " , path = " ../scylla-cql" }
2525byteorder = " 1.3.4"
2626bytes = " 1.0.1"
2727futures = " 0.3.6"
You can’t perform that action at this time.
0 commit comments