Skip to content

Commit

Permalink
2.0.0 pre-release
Browse files Browse the repository at this point in the history
will be marked as release once all the GitHub Actions publishing workflows are done building the prebuilt binaries.
  • Loading branch information
jqnatividad committed Jan 6, 2025
1 parent 3d4ad68 commit 0f4cf64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qsv"
version = "1.0.0" #:version
version = "2.0.0" #:version
authors = ["Joel Natividad <joel@datHere.com>"]
description = "A Blazing-Fast Data-wrangling toolkit."
documentation = "https://github.com/dathere/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"
Expand Down Expand Up @@ -332,7 +332,7 @@ strum = { git = "https://github.com/dathere/strum", branch = "bump-phf-to
strum_macros = { git = "https://github.com/dathere/strum", branch = "bump-phf-to-0.11" }

# use textwrap upstream with unreleased fixes and dependencies, used by minijinja-contrib
textwrap = { git = "https://github.com/mgeisler/textwrap", rev = "0e581b8"}
textwrap = { git = "https://github.com/mgeisler/textwrap", rev = "0e581b8" }

# Polars has a much higher release tempo for its Python bindings compared
# to its underlying Rust library. See https://github.com/pola-rs/polars/releases
Expand Down

0 comments on commit 0f4cf64

Please sign in to comment.