From 81bff17d3e608b5c25f91b8075fae760b6cbb9f3 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 26 Jul 2023 10:19:00 +0800 Subject: [PATCH] rust-i18n version 2.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90a3ca2..f565b53 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.0.1" +version = "2.1.0" [dependencies] anyhow = {version = "1", optional = true}