Michael Howell 11 лет назад
Родитель
Сommit
cbe8fc9e37
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -17,11 +17,11 @@ serde_serialization = ["serde"]
 heap_size = ["heapsize", "heapsize_plugin"]
 
 [dependencies.heapsize]
-git = "https://github.com/servo/heapsize.git"
+version = "0.1.1"
 optional = true
 
 [dependencies.heapsize_plugin]
-git = "https://github.com/servo/heapsize.git"
+version = "0.0.1"
 optional = true
 
 [dependencies.encoding]