Skip to content

Commit

Permalink
Update cargo-i18n to clap v4, bump to v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Frisken committed Sep 27, 2023
1 parent 6b7bfcf commit c946b74
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 103 deletions.
160 changes: 87 additions & 73 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "cargo-i18n"
readme = "README.md"
repository = "https://github.com/kellpossible/cargo-i18n"
version = "0.2.11"
version = "0.2.12"

[badges]
maintenance = { status = "actively-developed" }
Expand All @@ -22,7 +22,7 @@ i18n-config = { workspace = true }
anyhow = { workspace = true }
gettext = { workspace = true }
tr = { workspace = true, default-features = false, features = ["gettext"] }
clap = { version = "3.2.25", features = ["cargo"] }
clap = { version = "4.4.5", features = ["cargo"] }
rust-embed = { workspace = true }
unic-langid = { workspace = true }
env_logger = { workspace = true }
Expand Down
Loading

0 comments on commit c946b74

Please sign in to comment.