1
1
[package ]
2
2
name = " qsv"
3
- version = " 2.2.1 " # :version
3
+ version = " 3.0.0 " # :version
4
4
authors = [" Joel Natividad <joel@datHere.com>" ]
5
5
description = " A Blazing-Fast Data-wrangling toolkit."
6
6
documentation = " https://github.com/dathere/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"
@@ -12,7 +12,7 @@ categories = ["command-line-utilities", "parser-implementations"]
12
12
license = " MIT OR Unlicense"
13
13
autotests = false
14
14
edition = " 2021"
15
- rust-version = " 1.84"
15
+ rust-version = " 1.84.1 "
16
16
resolver = " 2"
17
17
autobins = false
18
18
@@ -343,11 +343,11 @@ textwrap = { git = "https://github.com/mgeisler/textwrap", rev = "0e581b8" }
343
343
# (e.g. py-1.19.0:52ea381 to indicate that we are Python Polars 1.19.0,
344
344
# and the commit hash 52ea381)
345
345
# ================================
346
- # QSV_POLARS_REV=py-1.22.0:9bcff72
346
+ # QSV_POLARS_REV=py-1.22.0:515c1b8
347
347
# 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 " }
349
349
# 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 " }
351
351
352
352
[features ]
353
353
default = [" mimalloc" ]
0 commit comments