From 3b57d90a29b20ccc501f780cab68621b2f809c06 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 23 Aug 2023 21:07:15 +0530 Subject: [PATCH] fix: tag instead of version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 098094d..fa3c198 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ tokio-tungstenite = { version = "0.20", features = ["rustls-tls-webpki-roots"] } ### DATETIME chrono = "0.4.26" -chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", version = "v0.1.2" } +chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", tag = "v0.1.2" } ### CLI