We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dccbaa3 + 001dbc5 commit 8df535cCopy full SHA for 8df535c
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "html5ever"
4
-version = "0.13.0"
+version = "0.13.1"
5
authors = [ "The html5ever Project Developers" ]
6
license = "MIT / Apache-2.0"
7
repository = "https://github.com/servo/html5ever"
@@ -51,7 +51,7 @@ rustc-test = "0.1.3"
51
phf_codegen = "0.7.3"
52
quote = "0.3.3"
53
rustc-serialize = "0.3.15"
54
-syn = { version = "0.10", features = ["full", "visit"] }
+syn = { version = "0.11", features = ["full", "visit"] }
55
56
[profile.dev]
57
debug = false
0 commit comments