Skip to content

Commit 84ac7db

Browse files
committed
Version 3.1.2
1 parent 52033e7 commit 84ac7db

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ license = "MIT"
1616
name = "rust-i18n"
1717
readme = "README.md"
1818
repository = "https://github.com/longbridgeapp/rust-i18n"
19-
version = "3.1.1"
19+
version = "3.1.2"
2020

2121
[dependencies]
2222
once_cell = "1.10.0"
23-
rust-i18n-support = { path = "./crates/support", version = "3.1.1" }
24-
rust-i18n-macro = { path = "./crates/macro", version = "3.1.1" }
23+
rust-i18n-support = { path = "./crates/support", version = "3.1.2" }
24+
rust-i18n-macro = { path = "./crates/macro", version = "3.1.2" }
2525
smallvec = "1.12.0"
2626

2727
[dev-dependencies]

crates/macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
name = "rust-i18n-macro"
66
readme = "../../README.md"
77
repository = "https://github.com/longbridgeapp/rust-i18n"
8-
version = "3.1.1"
8+
version = "3.1.2"
99

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

crates/support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
name = "rust-i18n-support"
66
readme = "../../README.md"
77
repository = "https://github.com/longbridgeapp/rust-i18n"
8-
version = "3.1.1"
8+
version = "3.1.2"
99

1010
[dependencies]
1111
arc-swap = "1.6.0"

0 commit comments

Comments
 (0)