From b4dc96ac41e1c7d0a9baadac06de9d40c3de2a31 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Thu, 20 Jun 2024 23:28:04 -0400 Subject: [PATCH] chore: update czv to v0.0.2 (remove `atty` dep) --- Cargo.lock | 2 +- czv/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62866d0..8ce783d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "czv" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "criterion", diff --git a/czv/Cargo.toml b/czv/Cargo.toml index 5af3ba6..1fcb3e8 100644 --- a/czv/Cargo.toml +++ b/czv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czv" -version = "0.0.1" +version = "0.0.2" authors = ["Mueez Khan"] description = "Rust library for performing CSV-related operations for data engineering and analysis." repository = "https://github.com/rzmk/czv"