Skip to content

Commit

Permalink
v3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Feb 13, 2025
1 parent 175e92b commit 7881e22
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
43 changes: 22 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qsv"
version = "2.2.1" #:version
version = "3.0.0" #:version
authors = ["Joel Natividad <[email protected]>"]
description = "A Blazing-Fast Data-wrangling toolkit."
documentation = "https://github.com/dathere/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"
Expand All @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "parser-implementations"]
license = "MIT OR Unlicense"
autotests = false
edition = "2021"
rust-version = "1.84"
rust-version = "1.84.1"
resolver = "2"
autobins = false

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

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

0 comments on commit 7881e22

Please sign in to comment.