-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15ad289
commit ade5d13
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "qsv" | ||
version = "0.108.0" #:version | ||
version = "0.109.0" #:version | ||
authors = ["Joel Natividad <[email protected]>"] | ||
description = "A high performance CSV data-wrangling toolkit." | ||
documentation = "https://github.com/jqnatividad/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit" | ||
|
ade5d13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea where to write it: THANK YOU VERY MUCH FOR WHAT YOU DO @jqnatividad
ade5d13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To try joinp, sqlp and describegpt can I run this?
cargo clean
git checkout 0.109.0
cargo build --release --locked --bin qsv -F feature_capable,polars
Thank you