Skip to content

Commit

Permalink
Use stable fluent-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Apr 10, 2021
1 parent 8e17ee6 commit 535223d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluent-fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ categories = ["localization", "internationalization"]

[dependencies]
chunky-vec = "0.1"
fluent-bundle = { version = "0.15", path = "../fluent-bundle" }
fluent-bundle = "0.15"
futures = "0.3"
once_cell = "1.5"
async-trait = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion fluent-resmgr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]
categories = ["localization", "internationalization"]

[dependencies]
fluent-bundle = { version = "0.15", path = "../fluent-bundle" }
fluent-bundle = "0.15"
unic-langid = "0.9"
fluent-fallback = { version = "0.4", path = "../fluent-fallback" }
elsa = "1.3.2"
Expand Down

0 comments on commit 535223d

Please sign in to comment.