From 6dd67c123daf9c072ccca80895d2cffba13a0159 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:20:48 -0500 Subject: [PATCH] 0.138.0 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6171563f..6f4eeeb20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5269,7 +5269,7 @@ dependencies = [ [[package]] name = "qsv" -version = "0.137.0" +version = "0.138.0" dependencies = [ "actix-governor", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 9d4608232..f24175145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "0.137.0" #:version +version = "0.138.0" #:version authors = ["Joel Natividad "] description = "A Blazing-Fast Data-wrangling toolkit." documentation = "https://github.com/jqnatividad/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"