mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
chore: update to v0.0.1 for czv-wasm link updates
This commit is contained in:
parent
93bc82bd36
commit
747818d99b
4 changed files with 6 additions and 6 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue