chore: update czv to v0.0.2 (remove atty dep)

This commit is contained in:
rzmk 2024-06-20 23:28:04 -04:00
parent c0b76fa543
commit b4dc96ac41
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -211,7 +211,7 @@ dependencies = [
[[package]] [[package]]
name = "czv" name = "czv"
version = "0.0.1" version = "0.0.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"criterion", "criterion",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "czv" name = "czv"
version = "0.0.1" version = "0.0.2"
authors = ["Mueez Khan"] authors = ["Mueez Khan"]
description = "Rust library for performing CSV-related operations for data engineering and analysis." description = "Rust library for performing CSV-related operations for data engineering and analysis."
repository = "https://github.com/rzmk/czv" repository = "https://github.com/rzmk/czv"