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"