From 84ac7dbb598f39901cd5fbc511664ae3cc36b4c1 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 20 Aug 2024 19:48:45 +0800 Subject: [PATCH] Version 3.1.2 --- Cargo.toml | 6 +++--- crates/macro/Cargo.toml | 2 +- crates/support/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 14d84f5..84b91f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,12 +16,12 @@ license = "MIT" name = "rust-i18n" readme = "README.md" repository = "https://github.com/longbridgeapp/rust-i18n" -version = "3.1.1" +version = "3.1.2" [dependencies] once_cell = "1.10.0" -rust-i18n-support = { path = "./crates/support", version = "3.1.1" } -rust-i18n-macro = { path = "./crates/macro", version = "3.1.1" } +rust-i18n-support = { path = "./crates/support", version = "3.1.2" } +rust-i18n-macro = { path = "./crates/macro", version = "3.1.2" } smallvec = "1.12.0" [dev-dependencies] diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index b246bdf..774d068 100644 --- a/crates/macro/Cargo.toml +++ b/crates/macro/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" name = "rust-i18n-macro" readme = "../../README.md" repository = "https://github.com/longbridgeapp/rust-i18n" -version = "3.1.1" +version = "3.1.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/support/Cargo.toml b/crates/support/Cargo.toml index dadf00f..d760aae 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 = "3.1.1" +version = "3.1.2" [dependencies] arc-swap = "1.6.0"