From 547aff2e924bcc90f6883ea33a8a6f39258b9d3b Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 10 Feb 2016 16:00:28 +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 e3ba830..ff3e0b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "euclid" -version = "0.6.1" +version = "0.6.2" authors = ["The Servo Project Developers"] description = "Geometry primitives" documentation = "http://doc.servo.org/euclid/" @@ -20,7 +20,7 @@ serde = {version = "0.6.6", optional = true} serde_macros = {version = "0.6.5", optional = true} [dependencies.heapsize] -version = "0.2" +version = ">=0.2, <0.4" optional = true [dependencies.heapsize_plugin]