From 8a21641176edfad7387d1fd700201b87dbbf9175 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 8 Jun 2025 22:10:14 +0300 Subject: [PATCH] update `chrono` version requirement --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3d2fbfb..23394fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }