diff --git a/Cargo.toml b/Cargo.toml index b14a400e..52a6b5e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "html5ever" -version = "0.13.0" +version = "0.13.1" authors = [ "The html5ever Project Developers" ] license = "MIT / Apache-2.0" repository = "https://github.com/servo/html5ever" @@ -51,7 +51,7 @@ rustc-test = "0.1.3" phf_codegen = "0.7.3" quote = "0.3.3" rustc-serialize = "0.3.15" -syn = { version = "0.10", features = ["full", "visit"] } +syn = { version = "0.11", features = ["full", "visit"] } [profile.dev] debug = false