ChildrenOnly -> ChildrenOnly(Option<QualName>)

use this updated type from html5ever
This commit is contained in:
Jyotsna Prakash 2017-07-12 14:52:25 -07:00 committed by Josh Matthews
parent a468d05fff
commit 6c0f87a1d6
14 changed files with 38 additions and 56 deletions

View file

@ -46,7 +46,7 @@ heapsize = {version = "0.4", optional = true}
heapsize_derive = {version = "0.1", optional = true}
itertools = "0.5"
itoa = "0.3"
html5ever = {version = "0.19", optional = true}
html5ever = {version = "0.20", optional = true}
lazy_static = "0.2"
lru_cache = { path = "../lru_cache" }
log = "0.3"