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 44
55 - …
66
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+
714## fluent-syntax 0.1.1 (August 29, 2018)
815
916 - enable ParserError to be compared.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "fluent-syntax"
33description = """
44Parser/Serializer tools for Fluent Syntax.
55"""
6- version = " 0.1.1 "
6+ version = " 0.8.0 "
77edition = " 2018"
88authors = [
99 " Zibi Braniecki <[email protected] >" ,
@@ -22,7 +22,7 @@ serde_derive = "^1.0"
2222serde_json = " ^1.0"
2323glob = " ^0.2"
2424assert-json-diff = " ^0.2.1"
25- criterion = " 0.2"
25+ criterion = " ^ 0.2"
2626
2727[[bench ]]
2828name = " parser"
You can’t perform that action at this time.
0 commit comments