Skip to content

Commit eb4b8de

Browse files
committed
deps: bump to latest polars upstream
1 parent f7a6714 commit eb4b8de

File tree

3 files changed

+27
-26
lines changed

3 files changed

+27
-26
lines changed

Cargo.lock

Lines changed: 24 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@ sled = { git = "https://github.com/dathere/sled", branch = "v0.34.7-bumped-parki
375375
# (e.g. py-1.19.0:52ea381 to indicate that we are Python Polars 1.19.0,
376376
# and the commit hash 52ea381)
377377
# ================================
378-
# QSV_POLARS_REV=9f1a742
378+
# QSV_POLARS_REV=3a72d40
379379
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.38.1", optional = true }
380-
polars = { git = "https://github.com/pola-rs/polars", rev = "9f1a742", optional = true }
380+
polars = { git = "https://github.com/pola-rs/polars", rev = "3a72d40", optional = true }
381381

382382
[features]
383383
default = ["mimalloc"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
🧠: expensive operations are memoized with available inter-session Redis/Disk caching for fetch commands.
104104
🗄️: [Extended input support](#extended-input-support).
105105
🗃️: [Limited Extended input support](#limited-extended-input-support).
106-
🐻‍❄️: command powered/accelerated by [![polars 0.53.0:9f1a742](https://img.shields.io/badge/polars-0.53.0:9f1a742-blue?logo=polars
106+
🐻‍❄️: command powered/accelerated by [![polars 0.53.0:3a72d40](https://img.shields.io/badge/polars-0.53.0:3a72d40-blue?logo=polars
107107
)](https://github.com/pola-rs/polars/releases/tag/rs-0.53.0) vectorized query engine.
108108
🤖: command uses Natural Language Processing or Generative AI.
109109
🏎️: multithreaded and/or faster when an index (📇) is available.

0 commit comments

Comments
 (0)