Skip to content

Commit aae57f6

Browse files
author
bors-servo
authored
Auto merge of #222 - servo:quote, r=nox
Declare actual quote dependency <!-- 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/222) <!-- Reviewable:end -->
2 parents b8354e4 + 5431772 commit aae57f6

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.6.0"
4+
version = "0.6.1"
55
authors = [ "The html5ever Project Developers" ]
66
license = "MIT / Apache-2.0"
77
repository = "https://github.com/servo/html5ever"
@@ -49,7 +49,7 @@ rustc-test = "0.1.3"
4949

5050
[build-dependencies]
5151
phf_codegen = "0.7.3"
52-
quote = "0.3"
52+
quote = "0.3.3"
5353
rustc-serialize = "0.3.15"
5454
syn = { version = "0.9.1", features = ["full", "visit"]}
5555

0 commit comments

Comments
 (0)