From cb43ba6d640447ec9495098c11fafefd565ccc17 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:24:14 -0500 Subject: [PATCH] v1.0.0 re-release after fixing dependency conflicts with polars and minijinja that were causing `cargo publish` to complain --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c348a4468..1766854dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5273,7 +5273,7 @@ dependencies = [ [[package]] name = "qsv" -version = "0.138.0" +version = "1.0.0" dependencies = [ "actix-governor", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index becdfd647..7d7db5d74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "0.138.0" #:version +version = "1.0.0" #:version authors = ["Joel Natividad "] description = "A Blazing-Fast Data-wrangling toolkit." documentation = "https://github.com/dathere/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"