From 47c9dbdd636817808814fac04679f01e89acdaaf Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Sun, 28 May 2017 20:58:40 +0200 Subject: [PATCH] Allow heapsize 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c618cf8..a669d6c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ encoding_rs = "0.5" [dependencies] cssparser-macros = {path = "./macros", version = "0.3"} -heapsize = {version = "0.3", optional = true} +heapsize = {version = ">= 0.3, < 0.5", optional = true} matches = "0.1" phf = "0.7" procedural-masquerade = {path = "./procedural-masquerade", version = "0.1"}