Skip to content

Commit

Permalink
i18n-embed 0.14, i18n-embed-fl 0.7, rust-embed 8
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Dec 17, 2023
1 parent a60cf6f commit ff9f185
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ subtle = "2"
zeroize = "1"

# Localization
i18n-embed = { version = "0.13", features = ["fluent-system"] }
i18n-embed-fl = "0.6"
i18n-embed = { version = "0.14", features = ["fluent-system"] }
i18n-embed-fl = "0.7"
lazy_static = "1"
rust-embed = "6"
rust-embed = "8"

# CLI
chrono = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion age/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ wsl = { version = "0.1", optional = true }
criterion = "0.5"
futures-test = "0.3"
hex = "0.4"
i18n-embed = { version = "0.13", features = ["desktop-requester", "fluent-system"] }
i18n-embed = { workspace = true, features = ["desktop-requester"] }
quickcheck = "1"
quickcheck_macros = "1"
test-case = "3"
Expand Down

0 comments on commit ff9f185

Please sign in to comment.