Commit 84ac7db 1 parent 52033e7 commit 84ac7db Copy full SHA for 84ac7db
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ license = "MIT"
16
16
name = " rust-i18n"
17
17
readme = " README.md"
18
18
repository = " https://github.com/longbridgeapp/rust-i18n"
19
- version = " 3.1.1 "
19
+ version = " 3.1.2 "
20
20
21
21
[dependencies ]
22
22
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 " }
25
25
smallvec = " 1.12.0"
26
26
27
27
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license = "MIT"
5
5
name = " rust-i18n-macro"
6
6
readme = " ../../README.md"
7
7
repository = " https://github.com/longbridgeapp/rust-i18n"
8
- version = " 3.1.1 "
8
+ version = " 3.1.2 "
9
9
10
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license = "MIT"
5
5
name = " rust-i18n-support"
6
6
readme = " ../../README.md"
7
7
repository = " https://github.com/longbridgeapp/rust-i18n"
8
- version = " 3.1.1 "
8
+ version = " 3.1.2 "
9
9
10
10
[dependencies ]
11
11
arc-swap = " 1.6.0"
You can’t perform that action at this time.
0 commit comments