From ee3ff5fba53d57c9bca1694b2df0e0cf92a52200 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 10 Feb 2016 16:03:08 +0100 Subject: [PATCH] Allow heapsize 0.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b1ecfabc..ee3fbcb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "html5ever" -version = "0.5.0" +version = "0.5.1" 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, <0.3", optional = true } +heapsize = { version = ">=0.1.1, <0.4", optional = true } heapsize_plugin = { version = "0.1.0", optional = true } [dev-dependencies]