From 4dec3039b1deecfdc186db8157a94540f743d0f0 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 17 May 2023 16:04:56 +0800 Subject: [PATCH] (cargo-release) version 1.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3427879..486adbc 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.2.1-alpha.0" +version = "1.2.1" [dependencies] anyhow = {version = "1", optional = true}