Skip to content

Commit fe5325b

Browse files
committed
Bump v3.1.3
1 parent 0927768 commit fe5325b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.toml

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

2121
[workspace.dependencies]
2222
anyhow = "1"
@@ -37,9 +37,9 @@ proc-macro2 = { version = "1", features = ["span-locations"] }
3737
quote = "1.0.2"
3838
regex = "1"
3939
rust-i18n = { path = "." }
40-
rust-i18n-extract = { path = "./crates/extract", version = "3.1" }
41-
rust-i18n-macro = { path = "./crates/macro", version = "3.1" }
42-
rust-i18n-support = { path = "./crates/support", version = "3.1" }
40+
rust-i18n-extract = { path = "./crates/extract", version = "3.1.3" }
41+
rust-i18n-macro = { path = "./crates/macro", version = "3.1.3" }
42+
rust-i18n-support = { path = "./crates/support", version = "3.1.3" }
4343
serde = { version = "1", features = ["derive"] }
4444
serde_json = "1"
4545
serde_yml = "0.0.12"

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/longbridge/rust-i18n"
8-
version = "3.1.1"
8+
version = "3.1.3"
99

1010
[dependencies]
1111
anyhow.workspace = true

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/longbridge/rust-i18n"
8-
version = "3.1.1"
8+
version = "3.1.3"
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/longbridge/rust-i18n"
8-
version = "3.1.2"
8+
version = "3.1.3"
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/longbridge/rust-i18n"
8-
version = "3.1.2"
8+
version = "3.1.3"
99

1010
[dependencies]
1111
arc-swap.workspace = true

0 commit comments

Comments
 (0)