From fca3fca086ecbabcedc0ed9f0f3569cb8a5ab859 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 10 Feb 2016 16:34:00 +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 bae9654e..88336c33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "url" -version = "0.5.4" +version = "0.5.5" authors = [ "Simon Sapin " ] description = "URL library for Rust, based on the WHATWG URL Standard" @@ -29,7 +29,7 @@ serde_serialization = ["serde"] heap_size = ["heapsize", "heapsize_plugin"] [dependencies.heapsize] -version = ">=0.1.1, <0.3" +version = ">=0.1.1, <0.4" optional = true [dependencies.heapsize_plugin]