Commit 4d7c603 1 parent 1d791aa commit 4d7c603 Copy full SHA for 4d7c603
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ version = "3.1.1"
20
20
21
21
[dependencies ]
22
22
once_cell = " 1.10.0"
23
- rust-i18n-support = { path = " ./crates/support" , version = " 3.1.0 " }
24
- rust-i18n-macro = { path = " ./crates/macro" , version = " 3.1.0 " }
23
+ rust-i18n-support = { path = " ./crates/support" , version = " 3.1.1 " }
24
+ rust-i18n-macro = { path = " ./crates/macro" , version = " 3.1.1 " }
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-cli"
6
6
readme = " ../../README.md"
7
7
repository = " https://github.com/longbridgeapp/rust-i18n"
8
- version = " 3.1.0 "
8
+ version = " 3.1.1 "
9
9
10
10
[dependencies ]
11
11
anyhow = " 1"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license = "MIT"
5
5
name = " rust-i18n-extract"
6
6
readme = " ../../README.md"
7
7
repository = " https://github.com/longbridgeapp/rust-i18n"
8
- version = " 3.1.0 "
8
+ version = " 3.1.1 "
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-macro"
6
6
readme = " ../../README.md"
7
7
repository = " https://github.com/longbridgeapp/rust-i18n"
8
- version = " 3.1.0 "
8
+ version = " 3.1.1 "
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.0 "
8
+ version = " 3.1.1 "
9
9
10
10
[dependencies ]
11
11
arc-swap = " 1.6.0"
You can’t perform that action at this time.
0 commit comments