mirror of
https://github.com/YGGverse/htcount.git
synced 2026-03-31 09:05:41 +00:00
update chrono version requirement
This commit is contained in:
parent
78f8ee8a9a
commit
8a21641176
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "htcount"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
|
@ -12,5 +12,5 @@ repository = "https://github.com/YGGverse/htcount"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
chrono = "0.4"
|
||||
chrono = "^0.4.20"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue