Skip to content

Commit

Permalink
deps: bump polars to latest upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 29, 2024
1 parent 7cd2de1 commit d33815e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 56 deletions.
78 changes: 25 additions & 53 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 @@ -313,9 +313,9 @@ serde_json = { git = "https://github.com/serde-rs/json", rev = "1faf3a1" }
# 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=py-1.8.2
polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.8.2" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "506f927" }
# QSV_POLARS_REV=a9891c5
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.8.2" }
polars = { git = "https://github.com/pola-rs/polars", rev = "a9891c5" }

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

0 comments on commit d33815e

Please sign in to comment.