Browse Source

Auto merge of #168 - nox:heapsize, r=jdm

Allow heapsize 0.3

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/168)
<!-- Reviewable:end -->
bors-servo 10 years ago
parent
commit
3a3c850fc1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 
 name = "url"
-version = "0.5.4"
+version = "0.5.5"
 authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
 
 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]