From 05148172d017725aff9ebc2881335228516230ab Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 10 Feb 2016 15:57:24 +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 454991e4..072b0382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cssparser" -version = "0.5.2" +version = "0.5.3" authors = [ "Simon Sapin " ] description = "Rust implementation of CSS Syntax Level 3" @@ -25,7 +25,7 @@ version = "0.6.5" optional = true [dependencies.heapsize] -version = ">=0.1.1, <0.3.0" +version = ">=0.1.1, <0.4.0" optional = true [dependencies.heapsize_plugin]