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]