Skip to content

Commit

Permalink
Require i18n-embed 0.10.2
Browse files Browse the repository at this point in the history
Includes a workaround for kellpossible/cargo-i18n#57.
  • Loading branch information
str4d committed Feb 13, 2021
1 parent 31320c9 commit 4d2c2e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion age/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ futures = { version = "0.3", optional = true }
pin-project = "1"

# Localization
i18n-embed = { version = "0.10", features = ["fluent-system"] }
i18n-embed = { version = "0.10.2", features = ["fluent-system"] }
i18n-embed-fl = "0.3"
lazy_static = "1"
rust-embed = "5"
Expand Down
4 changes: 2 additions & 2 deletions fuzz-afl/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 fuzz/Cargo.lock

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

2 changes: 1 addition & 1 deletion rage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ chrono = "0.4"
console = "0.13"
env_logger = "0.8"
gumdrop = "0.8"
i18n-embed = { version = "0.10", features = ["desktop-requester", "fluent-system"] }
i18n-embed = { version = "0.10.2", features = ["desktop-requester", "fluent-system"] }
i18n-embed-fl = "0.3"
lazy_static = "1"
log = "0.4"
Expand Down

0 comments on commit 4d2c2e0

Please sign in to comment.