From 8cf3907822c6ddb3b4bd909471ac0a6d873dc6a5 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Sat, 2 Apr 2022 16:42:21 +0800 Subject: [PATCH] (cargo-release) version 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d53c2d8..1b07716 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 = "0.5.2-alpha.0" +version = "0.5.2" [dependencies] anyhow = {version = "1", optional = true}