瀏覽代碼

Allow heapsize 0.4

Bastien Orivel 9 年之前
父節點
當前提交
d2552a7bd7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -2,7 +2,7 @@
 
 name = "url"
 # When updating version, also modify html_root_url in the lib.rs
-version = "1.4.0"
+version = "1.4.1"
 authors = ["The rust-url developers"]
 
 description = "URL library for Rust, based on the WHATWG URL Standard"
@@ -41,7 +41,7 @@ heap_size = ["heapsize"]
 
 [dependencies]
 encoding = {version = "0.2", optional = true}
-heapsize = {version = ">=0.1.1, <0.4", optional = true}
+heapsize = {version = ">=0.1.1, <0.5", optional = true}
 idna = { version = "0.1.0", path = "./idna" }
 matches = "0.1"
 rustc-serialize = {version = "0.3", optional = true}