Skip to content

Commit

Permalink
deps: bump polars to 0.44.2 at py-1.14.0 tag; also bumped simd-json f…
Browse files Browse the repository at this point in the history
…rom 0.14.2 to 0.14.3
  • Loading branch information
jqnatividad committed Nov 17, 2024
1 parent b28ec29 commit a3ea439
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
46 changes: 24 additions & 22 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 @@ -326,9 +326,9 @@ strum_macros = { git = "https://github.com/jqnatividad/strum", branch = "bump-ph
# 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=9ceedde
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.13.1" }
polars = { git = "https://github.com/pola-rs/polars", rev = "9ceedde" }
# QSV_POLARS_REV=py-1.14.0
polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.14.0" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "da38e37" }
[features]
default = ["mimalloc"]
distrib_features = [
Expand Down

0 comments on commit a3ea439

Please sign in to comment.