소스 검색

Use crates.io heapsize.

Michael Howell 11 년 전
부모
커밋
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]