From 8610b5294cf475bcc3f7198b49614f23396753e1 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 1 Feb 2016 02:44:07 +0100 Subject: [PATCH] Allow heapsize 0.2.z --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48afdb6d..64504e7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ optional = true optional = true [dependencies.heapsize] -version = "0.1.1" +version = ">=0.1.1, <0.3.0" optional = true [dependencies.heapsize_plugin]