File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
+ ## fluent-syntax 0.8.0 (January 31, 2019)
8
+ - Update to Fluent Syntax 0.8
9
+ - Switch to zero-copy parser
10
+ - Start using reference FTL fixtures in tests
11
+ - Switch to criterion for benchmarks
12
+ - Rust 2018 edition
13
+
7
14
## fluent-syntax 0.1.1 (August 29, 2018)
8
15
9
16
- enable ParserError to be compared.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "fluent-syntax"
3
3
description = """
4
4
Parser/Serializer tools for Fluent Syntax.
5
5
"""
6
- version = " 0.1.1 "
6
+ version = " 0.8.0 "
7
7
edition = " 2018"
8
8
authors = [
9
9
" Zibi Braniecki <[email protected] >" ,
@@ -22,7 +22,7 @@ serde_derive = "^1.0"
22
22
serde_json = " ^1.0"
23
23
glob = " ^0.2"
24
24
assert-json-diff = " ^0.2.1"
25
- criterion = " 0.2"
25
+ criterion = " ^ 0.2"
26
26
27
27
[[bench ]]
28
28
name = " parser"
You can’t perform that action at this time.
0 commit comments