Skip to content

Commit

Permalink
Fix rust-i18n-macro dependency #55
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Aug 28, 2023
1 parent ddee44a commit 8ac1bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "rust-i18n"
readme = "README.md"
repository = "https://github.com/longbridgeapp/rust-i18n"
version = "2.2.0"
version = "2.2.1"

[dependencies]
anyhow = {version = "1", optional = true}
Expand All @@ -20,7 +20,7 @@ once_cell = "1.10.0"
quote = {version = "1", optional = true}
rust-i18n-extract = {path = "./crates/extract", version = "2.1.0", optional = true}
rust-i18n-support = {path = "./crates/support", version = "2.1.0"}
rust-i18n-macro = {path = "./crates/macro", version = "2.0.0"}
rust-i18n-macro = {path = "./crates/macro", version = "2.1.0"}
serde = "1"
serde_derive = "1"
toml = "0.7.4"
Expand Down
4 changes: 2 additions & 2 deletions 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 = "2.0.0"
version = "2.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -14,7 +14,7 @@ glob = "0.3"
once_cell = "1.10.0"
proc-macro2 = "1.0"
quote = "1.0.2"
rust-i18n-support = { path = "../support", version = "2.0.0" }
rust-i18n-support = { path = "../support", version = "2.1.0" }
serde = "1"
serde_json = "1"
serde_yaml = "0.8"
Expand Down

0 comments on commit 8ac1bc8

Please sign in to comment.