Skip to content

Commit a8d378d

Browse files
committed
fluent-locale 0.10.0
1 parent 7a3a54e commit a8d378d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
-
66

7+
## fluent-locale 0.10.0 (October 3, 2019)
8+
9+
- Update to `unic-langid` 0.6.
10+
711
## fluent-locale 0.9.0 (October 1, 2019)
812

913
- Use AsRef as bounds in negotiation.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fluent-locale"
33
description = """
44
A library for language and locale negotiation.
55
"""
6-
version = "0.9.0"
6+
version = "0.10.0"
77
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
88
homepage = "http://projectfluent.org/"
99
license = "Apache-2.0"
@@ -19,13 +19,13 @@ coveralls = { repository = "projectfluent/fluent-locale-rs", branch = "master",
1919
maintenance = { status = "actively-developed" }
2020

2121
[dependencies]
22-
unic-langid = "0.5.2"
22+
unic-langid = "0.6"
2323

2424
[dev-dependencies]
2525
serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0"
27-
unic-langid = { version = "0.5.2", features = ["macros"] }
28-
unic-locale = { version = "0.5", features = ["macros"] }
27+
unic-langid = { version = "0.6", features = ["macros"] }
28+
unic-locale = { version = "0.6", features = ["macros"] }
2929
criterion = "0.3"
3030

3131
[[bench]]

0 commit comments

Comments
 (0)