From 11125a0010756e7a1f9c55833b2a9eeea569ae43 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 26 Jul 2023 10:13:53 +0800 Subject: [PATCH] version 2.0.1 --- Cargo.toml | 2 +- crates/support/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70f95bd..90a3ca2 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-alpha.0" +version = "2.0.1" [dependencies] anyhow = {version = "1", optional = true} diff --git a/crates/support/Cargo.toml b/crates/support/Cargo.toml index fa6cf1c..cb893f1 100644 --- a/crates/support/Cargo.toml +++ b/crates/support/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" name = "rust-i18n-support" readme = "../../README.md" repository = "https://github.com/longbridgeapp/rust-i18n" -version = "2.0.0" +version = "2.0.1" [dependencies] globwalk = "0.8.1"