From ed6f87ccb38da8b2c0c1fcdcd5fdfd8fe9237bb2 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 28 Oct 2015 13:48:22 +0530 Subject: [PATCH] Update heapsize_plugin --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dcae9dd..5fffca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "euclid" -version = "0.3.0" +version = "0.3.1" authors = ["The Servo Project Developers"] description = "Geometry primitives" documentation = "http://doc.servo.org/euclid/" @@ -24,6 +24,6 @@ version = "0.1.2" optional = true [dependencies.heapsize_plugin] -version = "0.0.1" +version = "0.1.0" optional = true