Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Nov 13, 2024
1 parent e5e3161 commit bb10673
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 @@ -94,6 +94,7 @@ zstd = "0.13"
polars = { version = "0.44.2", path = "crates/polars", default-features = false }
polars-compute = { version = "0.44.2", path = "crates/polars-compute", default-features = false }
polars-core = { version = "0.44.2", path = "crates/polars-core", default-features = false }
polars-dylib = { version = "0.44.2", path = "crates/polars-dyn", default-features = false }
polars-error = { version = "0.44.2", path = "crates/polars-error", default-features = false }
polars-expr = { version = "0.44.2", path = "crates/polars-expr", default-features = false }
polars-ffi = { version = "0.44.2", path = "crates/polars-ffi", default-features = false }
Expand All @@ -112,7 +113,6 @@ polars-sql = { version = "0.44.2", path = "crates/polars-sql", default-features
polars-stream = { version = "0.44.2", path = "crates/polars-stream", default-features = false }
polars-time = { version = "0.44.2", path = "crates/polars-time", default-features = false }
polars-utils = { version = "0.44.2", path = "crates/polars-utils", default-features = false }
polars-dylib = { version = "0.44.2", path = "crates/polars-dyn", default-features = false }

[workspace.dependencies.arrow-format]
package = "polars-arrow-format"
Expand Down

0 comments on commit bb10673

Please sign in to comment.