From 30b44369243a9dd171b5d6f0ca2140f6b7b0907e Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 2 Mar 2016 15:53:17 +0100 Subject: [PATCH] Unbump heapsize_plugin to 0.1.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5d881a44..f9786edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "url" -version = "0.5.6" +version = "0.5.7" authors = [ "Simon Sapin " ] description = "URL library for Rust, based on the WHATWG URL Standard" @@ -33,7 +33,7 @@ version = ">=0.1.1, <0.4" optional = true [dependencies.heapsize_plugin] -version = "0.1.4" +version = "0.1.0" optional = true [dependencies.encoding]