Skip to content

Commit

Permalink
deps: bump polars to latest upstream featuring bumped sqlparser from …
Browse files Browse the repository at this point in the history
…0.49.0 to 0.52.0
  • Loading branch information
jqnatividad committed Dec 3, 2024
1 parent fbcc964 commit a734ed6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 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 @@ -329,9 +329,9 @@ strum_macros = { git = "https://github.com/dathere/strum", branch = "bump-phf-to
# 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=31b7bb9
# QSV_POLARS_REV=d86e44b
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.16.0" }
polars = { git = "https://github.com/pola-rs/polars", rev = "31b7bb9" }
polars = { git = "https://github.com/pola-rs/polars", rev = "d86e44b" }

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

0 comments on commit a734ed6

Please sign in to comment.