Skip to content

Commit

Permalink
deps: bump to latest polars upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Oct 14, 2024
1 parent 3459af7 commit bf4f0df
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
43 changes: 21 additions & 22 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 @@ -314,9 +314,9 @@ governor = { git = "https://github.com/jqnatividad/governor", branch = "deps-bum
# 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=ff10b38
# QSV_POLARS_REV=900dc3b
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.9.0" }
polars = { git = "https://github.com/pola-rs/polars", rev = "ff10b38" }
polars = { git = "https://github.com/pola-rs/polars", rev = "900dc3b" }

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

0 comments on commit bf4f0df

Please sign in to comment.