Skip to content

Commit 6c62b52

Browse files
committed
scylla-cql: bump version to 0.0.11
1 parent 4fa4530 commit 6c62b52

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock.msrv

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scylla-cql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla-cql"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
edition = "2021"
55
description = "CQL data types and primitives, for interacting with Scylla."
66
repository = "https://github.com/scylladb/scylla-rust-driver"

scylla-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
defaults = []
1414

1515
[dependencies]
16-
scylla-cql = { version = "0.0.10", path = "../scylla-cql" }
16+
scylla-cql = { version = "0.0.11", path = "../scylla-cql" }
1717
byteorder = "1.3.4"
1818
bytes = "1.2.0"
1919
futures = "0.3.6"

scylla/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ full-serialization = ["chrono", "time", "secret"]
2424

2525
[dependencies]
2626
scylla-macros = { version = "0.3.0", path = "../scylla-macros" }
27-
scylla-cql = { version = "0.0.10", path = "../scylla-cql" }
27+
scylla-cql = { version = "0.0.11", path = "../scylla-cql" }
2828
byteorder = "1.3.4"
2929
bytes = "1.0.1"
3030
futures = "0.3.6"

0 commit comments

Comments
 (0)