Skip to content

Commit

Permalink
scylla-cql: bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzytula committed Aug 22, 2024
1 parent d648b0d commit 7895410
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.1"
version = "0.2.2"
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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ full-serialization = [

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

0 comments on commit 7895410

Please sign in to comment.