From 913db4a83ebe6d96fc905611b9924bb762e66d1f Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 7 Nov 2015 07:14:08 +0530 Subject: [PATCH] Bump cargo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 62a324d8..249f851e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "html5ever" -version = "0.2.6" +version = "0.2.7" authors = [ "The html5ever Project Developers" ] license = "MIT / Apache-2.0" repository = "https://github.com/servo/html5ever" @@ -37,7 +37,7 @@ rustc-serialize = "0.3.15" [build-dependencies] phf_codegen = "0.7.3" rustc-serialize = "0.3.15" -html5ever_macros = { version = "0.2.4", path = "macros", optional = true } +html5ever_macros = { version = "0.2.5", path = "macros", optional = true } [profile.dev] debug = false