diff --git a/Cargo.toml b/Cargo.toml index f97bd9b8..c4384911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "html5ever" -version = "0.6.0" +version = "0.6.1" authors = [ "The html5ever Project Developers" ] license = "MIT / Apache-2.0" repository = "https://github.com/servo/html5ever" @@ -49,7 +49,7 @@ rustc-test = "0.1.3" [build-dependencies] phf_codegen = "0.7.3" -quote = "0.3" +quote = "0.3.3" rustc-serialize = "0.3.15" syn = { version = "0.9.1", features = ["full", "visit"]}