Skip to content

Commit

Permalink
chore(rust): Fix itoap dependency specification (#9239)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Jun 5, 2023
1 parent dbaaf8a commit 7ecc033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars/polars-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ comfy-table = { version = "6.1.4", optional = true, default_features = false }
either.workspace = true
hashbrown.workspace = true
indexmap.workspace = true
itoap = { version = "1", optional = true, feature = ["simd"] }
itoap = { version = "1", optional = true, features = ["simd"] }
ndarray = { version = "0.15", optional = true, default_features = false }
num-traits.workspace = true
object_store = { version = "0.6.0", default-features = false, optional = true }
Expand Down

0 comments on commit 7ecc033

Please sign in to comment.