Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krojew committed Dec 21, 2021
1 parent e1de5ff commit d639de8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cassandra-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cassandra-protocol"
version = "1.0.0-beta.3"
version = "1.0.0"
authors = ["Alex Pikalov <[email protected]>", "Kamil Rojewski <[email protected]>"]
edition = "2018"
description = "Cassandra protocol implementation"
Expand Down
2 changes: 1 addition & 1 deletion cdrs-tokio-helpers-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdrs-tokio-helpers-derive"
version = "3.2.0-beta.2"
version = "3.2.0"
authors = ["Alex Pikalov <[email protected]>", "Kamil Rojewski <[email protected]>"]
description = "Derive CDRS helper traits"
license = "MIT/Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions cdrs-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdrs-tokio"
version = "6.0.0-beta.5"
version = "6.0.0"
authors = ["Alex Pikalov <[email protected]>", "Kamil Rojewski <[email protected]>"]
edition = "2018"
description = "Async Cassandra DB driver written in Rust"
Expand Down Expand Up @@ -31,15 +31,15 @@ tokio-rustls = { version = "0.23", optional = true }
tracing = "0.1"
uuid = "0.8"
webpki = { version = "0.22", optional = true }
cassandra-protocol = { path = "../cassandra-protocol", version = "1.0.0-beta.3" }
cassandra-protocol = { path = "../cassandra-protocol", version = "1.0.0" }

[dependencies.rustls]
version = "0.20"
optional = true
default-features = false

[dev-dependencies]
cdrs-tokio-helpers-derive = { path = "../cdrs-tokio-helpers-derive", version = "3.2.0-beta.2" }
cdrs-tokio-helpers-derive = { path = "../cdrs-tokio-helpers-derive", version = "3.2.0" }
float_eq = "0.7"
maplit = "1.0.0"
mockall = "0.10"
Expand Down

0 comments on commit d639de8

Please sign in to comment.