浏览代码

Allow heapsize 0.3

Anthony Ramine 10 年之前
父节点
当前提交
fca3fca086
共有 1 个文件被更改,包括 2 次插入2 次删除
  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]