Skip to content

Commit

Permalink
0.34.0 release
Browse files Browse the repository at this point in the history
- also bumped once_cell from 1.9.0 to 1.10.0
  • Loading branch information
jqnatividad committed Mar 3, 2022
1 parent 95fbc6b commit 5cfd16e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.33.0" #:version
version = "0.34.0" #:version
authors = ["Joel Natividad <joel@datHere.com>"]
description = "A high performance CSV command line toolkit."
documentation = "https://github.com/jqnatividad/qsv"
Expand Down Expand Up @@ -70,7 +70,7 @@ jsonschema = { version = "0.15", features = [
jql = { version = "3.1", default-features = false }
log = "0.4"
mimalloc = { version = "0.1", default-features = false, optional = true }
once_cell = "1.9"
once_cell = "1.10"
pyo3 = { version = "0.16", features = [
"abi3-py38",
"auto-initialize",
Expand Down

0 comments on commit 5cfd16e

Please sign in to comment.