From 62b6e1dc7e3ea3332e96cb9bccaee4ae31bcc0df Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Mon, 15 Jan 2024 15:30:45 +0800 Subject: [PATCH] Release v2.3.1 --- Cargo.toml | 2 +- crates/macro/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9474299..98f522b 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.3.0" +version = "2.3.1" [dependencies] once_cell = "1.10.0" diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 64a3cf1..58003d8 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 = "2.3.0" +version = "2.3.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html