Skip to content

Commit 57062ec

Browse files
committed
scylla-cql: bump version to 0.2.0
1 parent ff344eb commit 57062ec

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.1.0"
3+
version = "0.2.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.1.0", path = "../scylla-cql" }
16+
scylla-cql = { version = "0.2.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
@@ -27,7 +27,7 @@ full-serialization = ["chrono", "time", "secret", "num-bigint-03", "num-bigint-0
2727

2828
[dependencies]
2929
scylla-macros = { version = "0.5.0", path = "../scylla-macros" }
30-
scylla-cql = { version = "0.1.0", path = "../scylla-cql" }
30+
scylla-cql = { version = "0.2.0", path = "../scylla-cql" }
3131
byteorder = "1.3.4"
3232
bytes = "1.0.1"
3333
futures = "0.3.6"

0 commit comments

Comments
 (0)