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 20, 2024
1 parent 86086ad commit 5258b1a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ xlsxwriter = { git = "https://github.com/jqnatividad/xlsxwriter-rs", branch = "b
# 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=8114b52
# QSV_POLARS_REV=506f927
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.7.1" }
polars = { git = "https://github.com/pola-rs/polars", rev = "8114b52" }
polars = { git = "https://github.com/pola-rs/polars", rev = "506f927" }

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

0 comments on commit 5258b1a

Please sign in to comment.