File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
+ ## fluent-bundle 0.14.3 (January 24, 2021)
8
+ - Use the ` Parser::parse_runtime ` in ` FluentResource::try_new ` .
9
+ - Update to ` fluent-syntax ` 0.10.2.
10
+
7
11
## fluent-bundle 0.14.2 (January 21, 2021)
8
12
- Switch to ` FxHash ` for entry hashing.
9
13
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
A localization system designed to unleash the entire expressive power of
5
5
natural language translations.
6
6
"""
7
- version = " 0.14.2 "
7
+ version = " 0.14.3 "
8
8
edition = " 2018"
9
9
authors = [
10
10
" Zibi Braniecki <[email protected] >" ,
@@ -27,7 +27,7 @@ include = [
27
27
28
28
[dependencies ]
29
29
fluent-langneg = " 0.13"
30
- fluent-syntax = { version = " 0.10.1 " , path = " ../fluent-syntax" }
30
+ fluent-syntax = { version = " 0.10.2 " , path = " ../fluent-syntax" }
31
31
intl_pluralrules = " 7.0.1"
32
32
ouroboros = " 0.7"
33
33
smallvec = " 1"
You can’t perform that action at this time.
0 commit comments