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 97f9eec commit 10c794dCopy full SHA for 10c794d
scylla/Cargo.toml
@@ -77,7 +77,7 @@ base64 = { version = "0.22.1", optional = true }
77
rand_pcg = "0.3.1"
78
socket2 = { version = "0.5.3", features = ["all"] }
79
lazy_static = "1"
80
-tabled = "0.17.0"
+tabled = { version = "0.17.0", features = ["std", "ansi"] }
81
82
[dev-dependencies]
83
num-bigint-03 = { package = "num-bigint", version = "0.3" }
@@ -99,4 +99,4 @@ harness = false
99
[lints.rust]
100
unnameable_types = "warn"
101
unreachable_pub = "warn"
102
-unexpected_cfgs = { level = "warn", check-cfg = ['cfg(scylla_cloud_tests)'] }
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(scylla_cloud_tests)', 'cfg(cassandra_tests)'] }
0 commit comments