Skip to content

Commit

Permalink
progbar updates (#8)
Browse files Browse the repository at this point in the history
- **fix: using the published crate instead**
  • Loading branch information
ishaan26 authored Sep 30, 2024
2 parents c4759c0 + eac3610 commit 3ca664b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ members = ["zung_mini"]
resolver = "2"

[dependencies]
zung_mini = "0.1.2"
anstyle = "1.0.8"
clap = { version = "4.5.18", features = ["derive"] }

zung_mini = { version = "0.1.2", path = "./zung_mini" }

0 comments on commit 3ca664b

Please sign in to comment.