Skip to content

Commit b6336f8

Browse files
committed
scylla-cql: bump version to 1.0.0
1 parent 5d1913a commit b6336f8

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.4.0"
3+
version = "1.0.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.4.0", path = "../scylla-cql" }
17+
scylla-cql = { version = "1.0.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
@@ -43,7 +43,7 @@ metrics = ["dep:histogram"]
4343
unstable-testing = []
4444

4545
[dependencies]
46-
scylla-cql = { version = "0.4.0", path = "../scylla-cql" }
46+
scylla-cql = { version = "1.0.0", path = "../scylla-cql" }
4747
byteorder = "1.3.4"
4848
bytes = "1.0.1"
4949
futures = "0.3.6"

0 commit comments

Comments
 (0)