Skip to content

Commit 229cbb4

Browse files
committed
scylla-cql: bump version to 0.3.0
1 parent f87936e commit 229cbb4

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.2.0"
3+
version = "0.3.0"
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.2.0", path = "../scylla-cql" }
16+
scylla-cql = { version = "0.3.0", 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
@@ -41,7 +41,7 @@ full-serialization = [
4141

4242
[dependencies]
4343
scylla-macros = { version = "0.6.0", path = "../scylla-macros" }
44-
scylla-cql = { version = "0.2.0", path = "../scylla-cql" }
44+
scylla-cql = { version = "0.3.0", path = "../scylla-cql" }
4545
byteorder = "1.3.4"
4646
bytes = "1.0.1"
4747
futures = "0.3.6"

0 commit comments

Comments
 (0)