Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jun 19, 2024
1 parent 40b6fff commit 7cd1252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "More operations on Polars data structures"

[dependencies]
polars-compute = { workspace = true }
polars-core = { workspace = true, features = ["algorithm_group_by", "zip_with", "fmt"] }
polars-core = { workspace = true, features = ["algorithm_group_by", "zip_with"] }
polars-error = { workspace = true }
polars-json = { workspace = true, optional = true }
polars-utils = { workspace = true }
Expand Down

0 comments on commit 7cd1252

Please sign in to comment.