Skip to content

Commit

Permalink
scylla-proxy: bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piodul committed Mar 29, 2023
1 parent f42367d commit 758ec3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scylla-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scylla-proxy"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
description = "Proxy layer between Scylla driver and cluster that enables testing Scylla drivers' behaviour in unfavourable conditions"
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 @@ -60,7 +60,7 @@ base64 = { version = "0.13.1", optional = true }
rand_pcg = "0.3.1"

[dev-dependencies]
scylla-proxy = { version = "0.0.1", path = "../scylla-proxy"}
scylla-proxy = { version = "0.0.2", path = "../scylla-proxy"}
ntest = "0.8.1"
criterion = "0.3"
tracing-subscriber = { version = "0.3.14", features = ["env-filter"] }
Expand Down

0 comments on commit 758ec3e

Please sign in to comment.