Browse Source

Auto merge of #175 - nox:unbump-heapsize, r=SimonSapin

Unbump heapsize_plugin to 0.1.0

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/175)
<!-- Reviewable:end -->
bors-servo 10 years ago
parent
commit
172267cb28
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.6"
+version = "0.5.7"
 authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
 
 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]