Skip to content

Commit

Permalink
deps: bump polars to latest upstream; jsonschema from 0.22.2 to 0.22.3
Browse files Browse the repository at this point in the history
and other indirect dependencies
  • Loading branch information
jqnatividad committed Oct 5, 2024
1 parent 34fd553 commit b5e8944
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
78 changes: 39 additions & 39 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 @@ -316,9 +316,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=py-1.9.0
polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.9.0" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "64ca265" }
# QSV_POLARS_REV=f7de80c
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.9.0" }
polars = { git = "https://github.com/pola-rs/polars", rev = "f7de80c" }

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

0 comments on commit b5e8944

Please sign in to comment.