From fb9d894e20f1d4d573202ec751ce8c76b555bbc7 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Thu, 4 Feb 2016 00:05:10 +0100 Subject: [PATCH] Allow heapsize 0.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fefd8cb2..69af459d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "html5ever" -version = "0.4.1" +version = "0.4.2" authors = [ "The html5ever Project Developers" ] license = "MIT / Apache-2.0" repository = "https://github.com/servo/html5ever" @@ -38,7 +38,7 @@ phf = "0.7" string_cache = "0.2.0" mac = "0" tendril = "0.2" -heapsize = { version = "0.1.1", optional = true } +heapsize = { version = ">=0.1.1, <0.3", optional = true } heapsize_plugin = { version = "0.1.0", optional = true } [dev-dependencies]