From 95fab78b2154dab8ee65eda43278640b3d23092f Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 18 Oct 2016 09:32:07 +0200 Subject: [PATCH] Bump to 0.6 0.5.5 was yanked because the change to get_template_contents was a breaking change. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 27517e55..fefa908c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "html5ever" -version = "0.5.5" +version = "0.6.0" authors = [ "The html5ever Project Developers" ] license = "MIT / Apache-2.0" repository = "https://github.com/servo/html5ever" @@ -41,7 +41,7 @@ phf = "0.7" string_cache = "0.2.0" mac = "0" tendril = "0.2.2" -heapsize = { version = ">=0.1.1, <0.4", optional = true } +heapsize = { version = "0.3", optional = true } heapsize_plugin = { version = "0.1.0", optional = true } [dev-dependencies]