Skip to content

Commit 8df535c

Browse files
author
bors-servo
authored
Auto merge of #255 - nox:syn, r=SimonSapin
Update syn to 0.11 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/html5ever/255) <!-- Reviewable:end -->
2 parents dccbaa3 + 001dbc5 commit 8df535c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "html5ever"
4-
version = "0.13.0"
4+
version = "0.13.1"
55
authors = [ "The html5ever Project Developers" ]
66
license = "MIT / Apache-2.0"
77
repository = "https://github.com/servo/html5ever"
@@ -51,7 +51,7 @@ rustc-test = "0.1.3"
5151
phf_codegen = "0.7.3"
5252
quote = "0.3.3"
5353
rustc-serialize = "0.3.15"
54-
syn = { version = "0.10", features = ["full", "visit"] }
54+
syn = { version = "0.11", features = ["full", "visit"] }
5555

5656
[profile.dev]
5757
debug = false

0 commit comments

Comments
 (0)