We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbcba0 commit a3af51bCopy full SHA for a3af51b
scylla/Cargo.toml
@@ -78,11 +78,12 @@ rand_pcg = "0.3.1"
78
socket2 = { version = "0.5.3", features = ["all"] }
79
lazy_static = "1"
80
tabled = { version = "0.17.0", features = ["std", "ansi"] }
81
+inline_colorization = { version = "0.1.6" }
82
+num-bigint-04 = { package = "num-bigint", version = "0.4" }
83
+bigdecimal-04 = { package = "bigdecimal", version = "0.4" }
84
85
[dev-dependencies]
86
num-bigint-03 = { package = "num-bigint", version = "0.3" }
-num-bigint-04 = { package = "num-bigint", version = "0.4" }
-bigdecimal-04 = { package = "bigdecimal", version = "0.4" }
87
scylla-proxy = { version = "0.0.3", path = "../scylla-proxy" }
88
ntest = "0.9.3"
89
criterion = "0.4" # Note: v0.5 needs at least rust 1.70.0
0 commit comments