Skip to content

Commit

Permalink
Pin zstd-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Apr 4, 2024
1 parent a408bd0 commit c3d5f8d
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 54 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ parquet_compression = [
"parquet/flate2",
"parquet/lz4",
"parquet/zstd",
"dep:zstd-sys",
]
polylabel = ["dep:polylabel"]
postgis = ["dep:async-stream", "dep:futures", "dep:sqlx", "geozero"]
Expand Down Expand Up @@ -90,6 +91,9 @@ sqlx = { version = "0.7", optional = true, default-features = false, features =
thiserror = "1"
tokio = { version = "1", default-features = false, optional = true }

# TODO: temporary to fix parquet wasm build
# upstream issue: https://github.com/gyscos/zstd-rs/issues/269
zstd-sys = { version = "=2.0.9", optional = true, default-features = false }

[dev-dependencies]
approx = "0.5.1"
Expand Down
Loading

0 comments on commit c3d5f8d

Please sign in to comment.