Skip to content

Commit

Permalink
pfix olars wasm build: default_features = false
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Oct 9, 2023
1 parent eb1761e commit 21edf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nalgebra = { version = "0.32.3" }
num-dual = { version = "0.7.1" }
num-traits = "0.2.16"
ordered-float = "4.1.0"
polars = { version = "0.33.2", features = [ "csv" ] }
polars = { version = "*", default_features = false, features = ["csv"] }
roots = "0.0.8"
serde = { version = "1.0.183", features = ["derive"] }
serde-wasm-bindgen = "0.6.0"
Expand Down

0 comments on commit 21edf07

Please sign in to comment.