File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22
33name = " html5ever"
4- version = " 0.14.1 "
4+ version = " 0.15.0 "
55authors = [ " The html5ever Project Developers" ]
66license = " MIT / Apache-2.0"
77repository = " https://github.com/servo/html5ever"
@@ -41,7 +41,7 @@ mac = "0"
4141tendril = " 0.2.2"
4242heapsize = { version = " 0.3" , optional = true }
4343heapsize_derive = { version = " 0.1" , optional = true }
44- html5ever-atoms = { version = " 0.2 " , path = " ./atoms" }
44+ html5ever-atoms = { version = " 0.3 " , path = " ./atoms" }
4545
4646[dev-dependencies ]
4747rustc-serialize = " 0.3.15"
Original file line number Diff line number Diff line change 11[package ]
22name = " html5ever-atoms"
3- version = " 0.2.2 "
3+ version = " 0.3.0 "
44authors = [ " The html5ever Project Developers" ]
55license = " MIT / Apache-2.0"
66repository = " https://github.com/servo/html5ever"
@@ -15,9 +15,9 @@ path = "lib.rs"
1515heap_size = [" heapsize" , " heapsize_derive" , " string_cache/heapsize" ]
1616
1717[dependencies ]
18- string_cache = " 0.4 "
18+ string_cache = " 0.5 "
1919heapsize = { version = " 0.3" , optional = true }
2020heapsize_derive = { version = " 0.1" , optional = true }
2121
2222[build-dependencies ]
23- string_cache_codegen = " 0.3 "
23+ string_cache_codegen = " 0.4 "
Original file line number Diff line number Diff line change @@ -62,3 +62,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6262## [ 0.4.1] - 2017-02-17
6363### Changed
6464 - Changed dependency constraints to be more precise
65+
66+ ## [ 0.5.0] - 2017-04-07
67+ ### Changed
68+ - Breaking string-cache update.
Original file line number Diff line number Diff line change 11[package ]
22name = " xml5ever"
3- version = " 0.4.3 "
3+ version = " 0.5.0 "
44description = " Push based streaming parser for xml"
55homepage = " https://github.com/servo/html5ever/blob/master/xml5ever/README.md"
66documentation = " https://docs.rs/xml5ever/"
@@ -21,7 +21,7 @@ log = "0.3"
2121phf = " 0.7"
2222mac = " 0.1"
2323tendril = " 0.2"
24- html5ever-atoms = " 0.2 "
24+ html5ever-atoms = { version = " 0.3 " , path = " ../atoms " }
2525
2626[dev-dependencies ]
2727rustc-serialize = " 0.3.15"
You can’t perform that action at this time.
0 commit comments