Skip to content

Commit

Permalink
deps: bump to latest polars upstream with unreleased fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 12, 2024
1 parent 68e1a15 commit 3a113d0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 48 deletions.
71 changes: 26 additions & 45 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 @@ -303,9 +303,9 @@ local-encoding = { git = "https://github.com/slonopotamus/local-encoding-rs", br
# BUILD NOTE: Be sure to set QSV_POLARS_REV below to the latest commit short hash or tag
# of polars/py-polars before building qsv. This allows us to show the polars rev/tag in --version.
# if we are using a release version of Rust Polars, leave QSV_POLARS_REV empty
# QSV_POLARS_REV=
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.6.0" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "fe04390" }
# QSV_POLARS_REV=0e5e554
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.7.0" }
polars = { git = "https://github.com/pola-rs/polars", rev = "0e5e554" }

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

0 comments on commit 3a113d0

Please sign in to comment.