From 4861e946ad04b7b47ffa17eec3e84b589ea28d6c Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Mon, 27 Mar 2023 02:40:56 -0400 Subject: [PATCH] 0.95.1 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7014544f2..17b7000d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3491,7 +3491,7 @@ dependencies = [ [[package]] name = "qsv" -version = "0.95.0" +version = "0.95.1" dependencies = [ "actix-governor", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 873bcbf62..b2f763378 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "0.95.0" #:version +version = "0.95.1" #:version authors = ["Joel Natividad "] description = "A high performance CSV data-wrangling toolkit." documentation = "https://github.com/jqnatividad/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"