File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44
55 - …
66
7+ ## fluent-bundle 0.14.4 (January 31, 2021)
8+ - Expose ` FluentResource::source() ` .
9+ - Update ` ouroboros ` to 0.8.
10+
711## fluent-bundle 0.14.3 (January 24, 2021)
812 - Use the ` Parser::parse_runtime ` in ` FluentResource::try_new ` .
913 - Update to ` fluent-syntax ` 0.10.2.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
44A localization system designed to unleash the entire expressive power of
55natural language translations.
66"""
7- version = " 0.14.3 "
7+ version = " 0.14.4 "
88edition = " 2018"
99authors = [
1010 " Zibi Braniecki <[email protected] >" ,
@@ -27,9 +27,9 @@ include = [
2727
2828[dependencies ]
2929fluent-langneg = " 0.13"
30- fluent-syntax = { version = " 0.10.2 " , path = " ../fluent-syntax" }
30+ fluent-syntax = { version = " 0.10.3 " , path = " ../fluent-syntax" }
3131intl_pluralrules = " 7.0.1"
32- ouroboros = " 0.7 "
32+ ouroboros = " 0.8 "
3333smallvec = " 1"
3434unic-langid = " 0.9"
3535intl-memoizer = { version = " 0.5" , path = " ../intl-memoizer" }
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ use ouroboros::self_referencing;
88pub struct InnerFluentResource {
99 string : String ,
1010 #[ borrows( string) ]
11+ #[ covariant]
1112 ast : ast:: Resource < & ' this str > ,
1213}
1314
You can’t perform that action at this time.
0 commit comments