Skip to content

Commit

Permalink
actually update polars to 0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Feb 4, 2025
1 parent 50294e5 commit d41078d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 36 deletions.
55 changes: 23 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ oauth2 = "4.0"
jsonwebtoken = "9.3.0"
num = "0.4.1"
display-error-chain = "0.2.0"
polars-arrow = "0.39.2"
polars-parquet = "0.39.2"
polars-core = "0.39.2"
polars-io = "0.39.2"
polars-arrow = "0.40.0"
polars-parquet = "0.40.0"
polars-core = "0.40.0"
polars-io = "0.40.0"
kdam = "0.6.2"
hashbrown = "0.15.1"
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit d41078d

Please sign in to comment.