Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krojew committed Aug 5, 2022
1 parent f98fb6b commit 8f79b78
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 = "2.0.0"
version = "2.0.0-beta.1"
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 = "4.0.0"
version = "5.0.0-beta.1"
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 = "7.0.0"
version = "7.0.0-beta.1"
authors = ["Alex Pikalov <[email protected]>", "Kamil Rojewski <[email protected]>"]
edition = "2018"
description = "Async Cassandra DB driver written in Rust"
Expand All @@ -20,8 +20,8 @@ derive = ["cdrs-tokio-helpers-derive"]
arc-swap ="1.4.0"
atomic = "0.5.1"
bytes = "1.1.0"
cassandra-protocol = { path = "../cassandra-protocol", version = "2" }
cdrs-tokio-helpers-derive = { path = "../cdrs-tokio-helpers-derive", version = "4", optional = true }
cassandra-protocol = { path = "../cassandra-protocol", version = "2.0.0-beta.1" }
cdrs-tokio-helpers-derive = { path = "../cdrs-tokio-helpers-derive", version = "5.0.0-beta.1", optional = true }
derive_more = "0.99.17"
derivative = "2.1.1"
futures = { version = "0.3.21", default_features = false, features = ["alloc"] }
Expand Down

0 comments on commit 8f79b78

Please sign in to comment.