Skip to content

Commit a3af51b

Browse files
committed
added small crate defining colors and moved num-bigint, bigdecimal to [dependencies]
1 parent 0cbcba0 commit a3af51b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scylla/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,12 @@ rand_pcg = "0.3.1"
7878
socket2 = { version = "0.5.3", features = ["all"] }
7979
lazy_static = "1"
8080
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" }
8184

8285
[dev-dependencies]
8386
num-bigint-03 = { package = "num-bigint", version = "0.3" }
84-
num-bigint-04 = { package = "num-bigint", version = "0.4" }
85-
bigdecimal-04 = { package = "bigdecimal", version = "0.4" }
8687
scylla-proxy = { version = "0.0.3", path = "../scylla-proxy" }
8788
ntest = "0.9.3"
8889
criterion = "0.4" # Note: v0.5 needs at least rust 1.70.0

0 commit comments

Comments
 (0)