fix: tag instead of version

This commit is contained in:
Erica Marigold 2023-08-23 21:07:15 +05:30 committed by GitHub
parent fa4ccc138a
commit 3b57d90a29
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ tokio-tungstenite = { version = "0.20", features = ["rustls-tls-webpki-roots"] }
### DATETIME ### DATETIME
chrono = "0.4.26" 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 ### CLI