Skip to content

Commit

Permalink
Fix typo in Cargo.toml (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdlineluser authored Dec 8, 2024
1 parent d1b6df0 commit f619260
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 @@ -12,7 +12,7 @@ members = [
polars = { version = "0.45.0", default-features = false }
polars-core = { version = "0.45.0", default-features = false }
polars-ffi = { version = "0.45.0", default-features = false }
polars-plan = { version = "0.45.0", default-feautres = false }
polars-plan = { version = "0.45.0", default-features = false }
polars-lazy = { version = "0.45.0", default-features = false }

[workspace.dependencies.arrow]
Expand Down

0 comments on commit f619260

Please sign in to comment.