Skip to content

Commit

Permalink
deps: update polars to latest upstream; bump other indirect dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Feb 18, 2025
1 parent 62b4019 commit 7cdf9db
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
53 changes: 27 additions & 26 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,11 @@ textwrap = { git = "https://github.com/mgeisler/textwrap", rev = "0e581b8" }
# (e.g. py-1.19.0:52ea381 to indicate that we are Python Polars 1.19.0,
# and the commit hash 52ea381)
# ================================
# QSV_POLARS_REV=py-1.22.0:5e51218
# QSV_POLARS_REV=py-1.22.0:de1d9d5
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.22.0" }
polars = { git = "https://github.com/pola-rs/polars", rev = "5e51218" }
polars = { git = "https://github.com/pola-rs/polars", rev = "de1d9d5" }
# polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.22.0" }
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "5e51218" }
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "de1d9d5" }

[features]
default = ["mimalloc"]
Expand Down

0 comments on commit 7cdf9db

Please sign in to comment.