From 6e0abda80706a42597203707ea9971fe966c0ec1 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Mon, 12 Jun 2023 16:56:43 +0800 Subject: [PATCH] update macro dependency. --- Cargo.toml | 2 +- crates/macro/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c998c9..2b88361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ itertools = {version = "0.10.3", optional = true} once_cell = "1.10.0" quote = {version = "1", optional = true} rust-i18n-extract = {path = "./crates/extract", version = "1.1.0", optional = true} -rust-i18n-macro = {path = "./crates/macro", version = "1.2.0"} +rust-i18n-macro = {path = "./crates/macro", version = "1.3.0"} serde = "1" serde_derive = "1" toml = "0.5.8" diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 56eeac0..0555f6a 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 = "1.2.1" +version = "1.3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html