From 88d72c6f6e42e0b43c2ced55ff0fa6cdadbc85da Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Tue, 10 Sep 2024 08:10:01 -0400 Subject: [PATCH] 0.134.0 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index faf0816a7..aedce0b80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5305,7 +5305,7 @@ dependencies = [ [[package]] name = "qsv" -version = "0.133.1" +version = "0.134.0" dependencies = [ "actix-governor", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 515a7ac3d..cba786692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "0.133.1" #:version +version = "0.134.0" #: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"