From 84c0c48edbf28e671fb6cf628ae0e6ad64e31b29 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Fri, 6 May 2022 18:00:01 +0800 Subject: [PATCH] version 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 961b4de..b92c323 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.3-alpha.0" +version = "0.6.0" [dependencies] anyhow = {version = "1", optional = true}