Skip to content

Commit

Permalink
deps: bump polars to latest upstream; update other indirect depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
jqnatividad committed Sep 30, 2024
1 parent 115158b commit 11d70a3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 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 @@ -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=a9891c5
# QSV_POLARS_REV=64ca265
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.8.2" }
polars = { git = "https://github.com/pola-rs/polars", rev = "a9891c5" }
polars = { git = "https://github.com/pola-rs/polars", rev = "64ca265" }

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

0 comments on commit 11d70a3

Please sign in to comment.