Skip to content

Commit

Permalink
deps: bump polars to latest upstream; bump csv-core
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Feb 13, 2025
1 parent 9e3aae2 commit c39d989
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,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
polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.22.0" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "e98e09b" }
polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.22.0" }
# polars-ops = { git = "https://github.com/pola-rs/polars", rev = "e98e09b" }
# QSV_POLARS_REV=py-1.22.0:9bcff72
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.22.0" }
polars = { git = "https://github.com/pola-rs/polars", rev = "9bcff72" }
# polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.22.0" }
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "9bcff72" }

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

0 comments on commit c39d989

Please sign in to comment.