mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 00:09:24 +00:00
chore: update czv to v0.0.2 (remove atty dep)
This commit is contained in:
parent
c0b76fa543
commit
b4dc96ac41
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue