chore: update to v0.0.1 for czv-wasm link updates

This commit is contained in:
rzmk 2024-06-20 20:15:17 -04:00
parent 93bc82bd36
commit 747818d99b
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View file

@ -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",

View file

@ -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"

View file

@ -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"

View file

@ -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"