diff --git a/Cargo.toml b/Cargo.toml index 6b61c94..606e5fc 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.2.0" +version = "2.2.1" [dependencies] anyhow = {version = "1", optional = true} @@ -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" diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 9a8be5e..7db57d3 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.0.0" +version = "2.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -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"