Skip to content

Commit

Permalink
chore: Bump to Polars 0.45.0 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Dec 8, 2024
1 parent 6fe73b1 commit 5105044
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ members = [
]

[workspace.dependencies]
polars = { version = "0.44.0", default-features = false }
polars-core = { version = "0.44.0", default-features = false }
polars-ffi = { version = "0.44.0", default-features = false }
polars-plan = { version = "0.44.0", default-feautres = false }
polars-lazy = { version = "0.44.0", default-features = false }
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-lazy = { version = "0.45.0", default-features = false }

[workspace.dependencies.arrow]
package = "polars-arrow"
version = "0.44.0"
version = "0.45.0"
path = "../polars/crates/polars-arrow"
default-features = false

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2024-07-26"
channel = "nightly-2024-11-28"

0 comments on commit 5105044

Please sign in to comment.