Skip to content

Commit c946b74

Browse files
author
Luke Frisken
committed
Update cargo-i18n to clap v4, bump to v0.2.12
1 parent 6b7bfcf commit c946b74

File tree

3 files changed

+123
-103
lines changed

3 files changed

+123
-103
lines changed

Cargo.lock

Lines changed: 87 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "cargo-i18n"
99
readme = "README.md"
1010
repository = "https://github.com/kellpossible/cargo-i18n"
11-
version = "0.2.11"
11+
version = "0.2.12"
1212

1313
[badges]
1414
maintenance = { status = "actively-developed" }
@@ -22,7 +22,7 @@ i18n-config = { workspace = true }
2222
anyhow = { workspace = true }
2323
gettext = { workspace = true }
2424
tr = { workspace = true, default-features = false, features = ["gettext"] }
25-
clap = { version = "3.2.25", features = ["cargo"] }
25+
clap = { version = "4.4.5", features = ["cargo"] }
2626
rust-embed = { workspace = true }
2727
unic-langid = { workspace = true }
2828
env_logger = { workspace = true }

0 commit comments

Comments
 (0)