From a812400a1c219b7f0097e6f8b39200cb373a2d1d Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 18 Oct 2016 15:19:15 +0200 Subject: [PATCH 1/2] Declare actual quote dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f97bd9b8..1d368e25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]} From 5431772a4c2b9ce43e9723bab51b7ce48dd0fb82 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 18 Oct 2016 15:19:46 +0200 Subject: [PATCH 2/2] Bump to 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d368e25..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"