From 747818d99b553243dec50f36fb37bb35c0007793 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:15:17 -0400 Subject: [PATCH] chore: update to v0.0.1 for czv-wasm link updates --- Cargo.lock | 6 +++--- czv-python/Cargo.toml | 2 +- czv-wasm/Cargo.toml | 2 +- czv/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd032db..acccdc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "czv" -version = "0.0.0" +version = "0.0.1" dependencies = [ "anyhow", "criterion", @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "czv-python" -version = "0.0.0" +version = "0.0.1" dependencies = [ "anyhow", "csv", @@ -240,7 +240,7 @@ dependencies = [ [[package]] name = "czv-wasm" -version = "0.0.0" +version = "0.0.1" dependencies = [ "anyhow", "csv", diff --git a/czv-python/Cargo.toml b/czv-python/Cargo.toml index 1e30709..24b0028 100644 --- a/czv-python/Cargo.toml +++ b/czv-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czv-python" -version = "0.0.0" +version = "0.0.1" authors = ["Mueez Khan"] description = "Python library for performing CSV-related functions for data engineering and analysis." repository = "https://github.com/rzmk/czv" diff --git a/czv-wasm/Cargo.toml b/czv-wasm/Cargo.toml index d22eab6..457bf08 100644 --- a/czv-wasm/Cargo.toml +++ b/czv-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czv-wasm" -version = "0.0.0" +version = "0.0.1" authors = ["Mueez Khan"] description = "WASM library for performing CSV-related functions for data engineering and analysis." repository = "https://github.com/rzmk/czv" diff --git a/czv/Cargo.toml b/czv/Cargo.toml index d265888..9ca4510 100644 --- a/czv/Cargo.toml +++ b/czv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "czv" -version = "0.0.0" +version = "0.0.1" authors = ["Mueez Khan"] description = "Rust library for performing CSV-related operations for data engineering and analysis." repository = "https://github.com/rzmk/czv"