Skip to content

Commit ae26c67

Browse files
committed
Fix travis
1 parent c9bb595 commit ae26c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent-bundle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]
1818
categories = ["localization", "internationalization"]
1919

2020
[dependencies]
21-
fluent-locale = { path = "../../fluent-locale-rs" }
21+
fluent-locale = { git = "https://github.com/projectfluent/fluent-locale-rs", branch = "master" }
2222
fluent-syntax = "0.9"
2323
failure = "0.1"
2424
failure_derive = "0.1"

0 commit comments

Comments
 (0)