We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
default-features = false
zstd
wasm32-unknown-unknown
1 parent 4027166 commit 486b084Copy full SHA for 486b084
parquet/Cargo.toml
@@ -37,7 +37,7 @@ snap = { version = "1.0", optional = true }
37
brotli = { version = "3.3", optional = true }
38
flate2 = { version = "1.0", optional = true }
39
lz4 = { version = "1.23", optional = true }
40
-zstd = { version = "0.11", optional = true }
+zstd = { version = "0.11.1", optional = true, default-features = false }
41
chrono = { version = "0.4", default-features = false }
42
num = "0.4"
43
num-bigint = "0.4"
0 commit comments