From 1f78e1660e331d0b0dbd6959c92d8add6c8597fb Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Fri, 3 Dec 2021 18:34:07 +0800 Subject: [PATCH] (cargo-release) version 0.1.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f882be..3eda0d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "rust-i18n" readme = "README.md" repository = "https://github.com/longbridgeapp/rust-i18n" -version = "0.1.5-alpha.0" +version = "0.1.5" [dependencies] glob = "0.3"