Просмотр исходного кода

Bump heapsize to at least 0.4.1 (relicensed)

Heapsize was released as `0.4.1` to reflect the license change. (https://github.com/servo/heapsize/pull/85).

Fixes https://github.com/servo/rust-url/issues/317.
theduke 9 лет назад
Родитель
Сommit
c05b978ab1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -41,7 +41,7 @@ heap_size = ["heapsize"]
 
 [dependencies]
 encoding = {version = "0.2", optional = true}
-heapsize = {version = ">=0.1.1, <0.5", optional = true}
+heapsize = {version = ">=0.4.1, <0.5", optional = true}
 idna = { version = "0.1.0", path = "./idna" }
 matches = "0.1"
 percent-encoding = { version = "1.0.0", path = "./percent_encoding" }