Skip to content

Commit 4d7c603

Browse files
committed
Update versions
1 parent 1d791aa commit 4d7c603

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ version = "3.1.1"
2020

2121
[dependencies]
2222
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" }
2525
smallvec = "1.12.0"
2626

2727
[dev-dependencies]

crates/cli/Cargo.toml

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

1010
[dependencies]
1111
anyhow = "1"

crates/extract/Cargo.toml

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

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

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.0"
8+
version = "3.1.1"
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.0"
8+
version = "3.1.1"
99

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

0 commit comments

Comments
 (0)