Skip to content

Commit d50170f

Browse files
committed
Use unic-langid 0.4
1 parent ae8a2cf commit d50170f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ coveralls = { repository = "projectfluent/fluent-locale-rs", branch = "master",
1919
maintenance = { status = "actively-developed" }
2020

2121
[dependencies]
22-
unic-langid = { git = "https://github.com/zbraniecki/unic-locale", branch = "master" }
22+
unic-langid = "0.4"
2323

2424
[dev-dependencies]
2525
serde = "1.0"
2626
serde_json = "1.0"
2727
serde_derive = "1.0"
28-
unic-locale = { git = "https://github.com/zbraniecki/unic-locale", branch = "master" }
28+
unic-locale = "0.4"

0 commit comments

Comments
 (0)