Skip to content

Commit 10c794d

Browse files
committed
defined features for tabled
1 parent 97f9eec commit 10c794d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scylla/Cargo.toml

Lines changed: 2 additions & 2 deletions
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" }
@@ -99,4 +99,4 @@ harness = false
9999
[lints.rust]
100100
unnameable_types = "warn"
101101
unreachable_pub = "warn"
102-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(scylla_cloud_tests)'] }
102+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(scylla_cloud_tests)', 'cfg(cassandra_tests)'] }

0 commit comments

Comments
 (0)