Skip to content

Commit 758ec3e

Browse files
committed
scylla-proxy: bump version to 0.0.2
1 parent f42367d commit 758ec3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scylla-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla-proxy"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55
description = "Proxy layer between Scylla driver and cluster that enables testing Scylla drivers' behaviour in unfavourable conditions"
66
repository = "https://github.com/scylladb/scylla-rust-driver"

scylla/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ base64 = { version = "0.13.1", optional = true }
6060
rand_pcg = "0.3.1"
6161

6262
[dev-dependencies]
63-
scylla-proxy = { version = "0.0.1", path = "../scylla-proxy"}
63+
scylla-proxy = { version = "0.0.2", path = "../scylla-proxy"}
6464
ntest = "0.8.1"
6565
criterion = "0.3"
6666
tracing-subscriber = { version = "0.3.14", features = ["env-filter"] }

0 commit comments

Comments
 (0)