File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " scylla-proxy"
3- version = " 0.0.3 "
3+ version = " 0.0.4 "
44edition = " 2021"
55rust-version = " 1.81"
66description = " Proxy layer between Scylla driver and cluster that enables testing Scylla drivers' behaviour in unfavourable conditions"
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ socket2 = { version = "0.5.3", features = ["all"] }
8181num-bigint-03 = { package = " num-bigint" , version = " 0.3" }
8282num-bigint-04 = { package = " num-bigint" , version = " 0.4" }
8383bigdecimal-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" }
8585ntest = " 0.9.3"
8686criterion = " 0.5"
8787tokio = { version = " 1.34" , features = [" test-util" ] }
You can’t perform that action at this time.
0 commit comments