Skip to content

Commit 1877756

Browse files
committed
scylla-cql: bump version to 0.4.0
1 parent 5553661 commit 1877756

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock.msrv

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scylla-cql/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla-cql"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
rust-version = "1.70"
66
description = "CQL data types and primitives, for interacting with Scylla."

scylla-proxy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
1414
defaults = []
1515

1616
[dependencies]
17-
scylla-cql = { version = "0.3.0", path = "../scylla-cql" }
17+
scylla-cql = { version = "0.4.0", path = "../scylla-cql" }
1818
byteorder = "1.3.4"
1919
bytes = "1.2.0"
2020
futures = "0.3.6"

scylla/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ full-serialization = [
4242

4343
[dependencies]
4444
scylla-macros = { version = "0.7.0", path = "../scylla-macros" }
45-
scylla-cql = { version = "0.3.0", path = "../scylla-cql" }
45+
scylla-cql = { version = "0.4.0", path = "../scylla-cql" }
4646
byteorder = "1.3.4"
4747
bytes = "1.0.1"
4848
futures = "0.3.6"

0 commit comments

Comments
 (0)