Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1966 from zbraniecki/fix2
Browse files Browse the repository at this point in the history
Fix fluent and unic-langid alignment
  • Loading branch information
distransient committed Oct 4, 2019
2 parents a304ad8 + 5d5a63a commit 3c0563c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amethyst_locale/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ amethyst_assets = { path = "../amethyst_assets", version = "0.9.1" }
amethyst_core = { path = "../amethyst_core", version = "0.8.1" }
amethyst_error = { path = "../amethyst_error", version = "0.3.0" }
serde = { version = "1.0", features = ["derive"] }
fluent = "0.7.2"
unic-langid = { version = "0.5", features = ["macros"] }
fluent = "0.8"
unic-langid = { version = "0.6", features = ["macros"] }

thread_profiler = { version = "0.3", optional = true }

Expand Down

0 comments on commit 3c0563c

Please sign in to comment.