From ddee44ac407195de1c89c862638c7b7e98fe7e27 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Mon, 28 Aug 2023 15:04:42 +0800 Subject: [PATCH] (cargo-release) version 2.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed5ee86..6b61c94 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 = "2.2.0-alpha.0" +version = "2.2.0" [dependencies] anyhow = {version = "1", optional = true}