From e1a920676e9e27c501813687e261631e76c8e47a Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Wed, 20 Oct 2021 20:59:48 -0400 Subject: [PATCH] 0.18.1 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0347960fe..9a6edfc23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -413,7 +413,7 @@ dependencies = [ [[package]] name = "qsv" -version = "0.18.0" +version = "0.18.1" dependencies = [ "byteorder", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0249b6001..9cf3b0cb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "0.18.0" #:version +version = "0.18.1" #:version authors = ["Joel Natividad "] description = "A high performance CSV command line toolkit." documentation = "https://docs.rs/crate/qsv"