Skip to content

Commit

Permalink
Update dependencies to allow building for WASM targets
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasantony committed May 24, 2023
1 parent 6d63af8 commit 35f3e8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,16 @@ numpy = {version = "0.17", optional = true}
indicatif = {version = "0.17", features = ["rayon"]}
rstats = "1.2.50"
thiserror = "1.0"
parquet = "39.0.0"
parquet = {version = "39.0.0", default-features = false, features = ["arrow"]}
arrow = "39.0.0"
shadow-rs = "0.21.0"
shadow-rs = {version = "0.21.0", default-features = false}
serde_yaml = "0.9.21"
whoami = "1.3.0"
either = {version = "1.8.1", features = ["serde"]}
num = "0.4.0"
enum-iterator = "1.4.0"
rstest = "0.17.0"
getrandom = {version = "0.2", features = ["js"]}

[build-dependencies]
shadow-rs = "0.21.0"
Expand Down

0 comments on commit 35f3e8f

Please sign in to comment.