From 4d7c603602a5241c1933a621d8e5d03628af41cf Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Fri, 9 Aug 2024 11:41:31 +0800 Subject: [PATCH] Update versions --- Cargo.toml | 4 ++-- crates/cli/Cargo.toml | 2 +- crates/extract/Cargo.toml | 2 +- crates/macro/Cargo.toml | 2 +- crates/support/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8436bb7..14d84f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ version = "3.1.1" [dependencies] once_cell = "1.10.0" -rust-i18n-support = { path = "./crates/support", version = "3.1.0" } -rust-i18n-macro = { path = "./crates/macro", version = "3.1.0" } +rust-i18n-support = { path = "./crates/support", version = "3.1.1" } +rust-i18n-macro = { path = "./crates/macro", version = "3.1.1" } smallvec = "1.12.0" [dev-dependencies] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 168b647..8142f64 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" name = "rust-i18n-cli" readme = "../../README.md" repository = "https://github.com/longbridgeapp/rust-i18n" -version = "3.1.0" +version = "3.1.1" [dependencies] anyhow = "1" diff --git a/crates/extract/Cargo.toml b/crates/extract/Cargo.toml index c59931c..afec66e 100644 --- a/crates/extract/Cargo.toml +++ b/crates/extract/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" name = "rust-i18n-extract" readme = "../../README.md" repository = "https://github.com/longbridgeapp/rust-i18n" -version = "3.1.0" +version = "3.1.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 586dac9..b246bdf 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.0" +version = "3.1.1" # 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 9e93f5d..dadf00f 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.0" +version = "3.1.1" [dependencies] arc-swap = "1.6.0"