From 9ef2720eb8b289d5000f32cf2f2c450b1538d98e Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 10 May 2023 15:25:03 +0800 Subject: [PATCH] version 1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c4b998..c37b2c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "rust-i18n" readme = "README.md" repository = "https://github.com/longbridgeapp/rust-i18n" -version = "1.1.5-alpha.0" +version = "1.2.0" [dependencies] anyhow = {version = "1", optional = true}