From 408a1012a44eee412a9de12f34c8e2e15f9fff76 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 23 Aug 2023 21:02:15 +0530 Subject: [PATCH] chore(README): bump version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 751d0c0..a9a3dd4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Put this in your Cargo.toml: ```toml [dependencies] chrono = "0.4.56" -chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", rev = "2a7ebcc" } +chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", version = "v0.1.2" } ``` Then put this in your `lib.rs` or `main.rs`: