Skip to content

Commit b5bdc5b

Browse files
committed
scylla-proxy: bump version to 0.0.4
1 parent 88649af commit b5bdc5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock.msrv

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3"
3+
version = "0.0.4"
44
edition = "2021"
55
rust-version = "1.81"
66
description = "Proxy layer between Scylla driver and cluster that enables testing Scylla drivers' behaviour in unfavourable conditions"

scylla/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ socket2 = { version = "0.5.3", features = ["all"] }
8181
num-bigint-03 = { package = "num-bigint", version = "0.3" }
8282
num-bigint-04 = { package = "num-bigint", version = "0.4" }
8383
bigdecimal-04 = { package = "bigdecimal", version = "0.4" }
84-
scylla-proxy = { version = "0.0.3", path = "../scylla-proxy" }
84+
scylla-proxy = { version = "0.0.4", path = "../scylla-proxy" }
8585
ntest = "0.9.3"
8686
criterion = "0.5"
8787
tokio = { version = "1.34", features = ["test-util"] }

0 commit comments

Comments
 (0)