Skip to content

Commit

Permalink
0.129.0 release
Browse files Browse the repository at this point in the history
also updated polars to latest upstream
  • Loading branch information
jqnatividad committed Jul 14, 2024
1 parent 5b46a08 commit 640a32c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 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 = "0.128.0" #:version
version = "0.129.0" #:version
authors = ["Joel Natividad <joel@datHere.com>"]
description = "A high performance CSV data-wrangling toolkit."
documentation = "https://github.com/jqnatividad/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"
Expand Down Expand Up @@ -263,7 +263,7 @@ calamine = { git = "https://github.com/tafia/calamine", rev = "6b41309" }
# use modernized version of local_encoding
local-encoding = { git = "https://github.com/slonopotamus/local-encoding-rs", branch = "travis-madness" }
# use latest upstream version of polars with additional unreleased features/fixes
polars = { git = "https://github.com/pola-rs/polars", rev = "4f0fe6c" }
polars = { git = "https://github.com/pola-rs/polars", rev = "aa682db" }


[features]
Expand Down

0 comments on commit 640a32c

Please sign in to comment.