Skip to content

Commit

Permalink
scylla-cql: bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Feb 2, 2024
1 parent 56b2654 commit 9bc2903
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scylla-cql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scylla-cql"
version = "0.0.11"
version = "0.1.0"
edition = "2021"
description = "CQL data types and primitives, for interacting with Scylla."
repository = "https://github.com/scylladb/scylla-rust-driver"
Expand Down
2 changes: 1 addition & 1 deletion scylla-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
defaults = []

[dependencies]
scylla-cql = { version = "0.0.11", path = "../scylla-cql" }
scylla-cql = { version = "0.1.0", path = "../scylla-cql" }
byteorder = "1.3.4"
bytes = "1.2.0"
futures = "0.3.6"
Expand Down
2 changes: 1 addition & 1 deletion scylla/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ full-serialization = ["chrono", "time", "secret", "num-bigint-03", "num-bigint-0

[dependencies]
scylla-macros = { version = "0.4.0", path = "../scylla-macros" }
scylla-cql = { version = "0.0.11", path = "../scylla-cql" }
scylla-cql = { version = "0.1.0", path = "../scylla-cql" }
byteorder = "1.3.4"
bytes = "1.0.1"
futures = "0.3.6"
Expand Down

0 comments on commit 9bc2903

Please sign in to comment.