Skip to content

Commit 617feeb

Browse files
committed
defined features for tabled
1 parent 742db03 commit 617feeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scylla/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ base64 = { version = "0.22.1", optional = true }
7777
rand_pcg = "0.3.1"
7878
socket2 = { version = "0.5.3", features = ["all"] }
7979
lazy_static = "1"
80-
tabled = "0.17.0"
80+
tabled = { version = "0.17.0", features = ["std", "ansi"] }
8181

8282
[dev-dependencies]
8383
num-bigint-03 = { package = "num-bigint", version = "0.3" }

0 commit comments

Comments
 (0)