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