Skip to content

Commit 486b084

Browse files
authored
Set default-features = false for zstd in the parquet crate to support wasm32-unknown-unknown (#1414)
* Update zstd version for wasm support * Bump to 0.11.1
1 parent 4027166 commit 486b084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ snap = { version = "1.0", optional = true }
3737
brotli = { version = "3.3", optional = true }
3838
flate2 = { version = "1.0", optional = true }
3939
lz4 = { version = "1.23", optional = true }
40-
zstd = { version = "0.11", optional = true }
40+
zstd = { version = "0.11.1", optional = true, default-features = false }
4141
chrono = { version = "0.4", default-features = false }
4242
num = "0.4"
4343
num-bigint = "0.4"

0 commit comments

Comments
 (0)