Skip to content

Commit 7881e22

Browse files
committedFeb 13, 2025
v3.0.0 release
1 parent 175e92b commit 7881e22

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed
 

‎Cargo.lock

+22-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qsv"
3-
version = "2.2.1" #:version
3+
version = "3.0.0" #:version
44
authors = ["Joel Natividad <joel@datHere.com>"]
55
description = "A Blazing-Fast Data-wrangling toolkit."
66
documentation = "https://github.com/dathere/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"
@@ -12,7 +12,7 @@ categories = ["command-line-utilities", "parser-implementations"]
1212
license = "MIT OR Unlicense"
1313
autotests = false
1414
edition = "2021"
15-
rust-version = "1.84"
15+
rust-version = "1.84.1"
1616
resolver = "2"
1717
autobins = false
1818

@@ -343,11 +343,11 @@ textwrap = { git = "https://github.com/mgeisler/textwrap", rev = "0e581b8" }
343343
# (e.g. py-1.19.0:52ea381 to indicate that we are Python Polars 1.19.0,
344344
# and the commit hash 52ea381)
345345
# ================================
346-
# QSV_POLARS_REV=py-1.22.0:9bcff72
346+
# QSV_POLARS_REV=py-1.22.0:515c1b8
347347
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.22.0" }
348-
polars = { git = "https://github.com/pola-rs/polars", rev = "9bcff72" }
348+
polars = { git = "https://github.com/pola-rs/polars", rev = "515c1b8" }
349349
# polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.22.0" }
350-
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "9bcff72" }
350+
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "515c1b8" }
351351

352352
[features]
353353
default = ["mimalloc"]

0 commit comments

Comments
 (0)