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.5 "
3+ version = " 0.0.6 "
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.5 " , path = " ../scylla-cql" }
16+ scylla-cql = { version = " 0.0.6 " , 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 @@ -28,7 +28,7 @@ secret = ["scylla-cql/secret"]
2828
2929[dependencies ]
3030scylla-macros = { version = " 0.2.0" , path = " ../scylla-macros" }
31- scylla-cql = { version = " 0.0.5 " , path = " ../scylla-cql" }
31+ scylla-cql = { version = " 0.0.6 " , path = " ../scylla-cql" }
3232byteorder = " 1.3.4"
3333bytes = " 1.0.1"
3434futures = " 0.3.6"
You can’t perform that action at this time.
0 commit comments