Skip to content

Commit

Permalink
update macro dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jun 12, 2023
1 parent 457cc28 commit 6e0abda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6e0abda

Please sign in to comment.