Blame heapsize-fix-metadata.diff

e9a20ad
--- heapsize-0.4.2/Cargo.toml	1970-01-01T01:00:00+01:00
5d1d4b2
+++ heapsize-0.4.2/Cargo.toml	2018-10-27T12:35:25.915875+02:00
5d1d4b2
@@ -18,10 +18,8 @@
5d1d4b2
 description = "Infrastructure for measuring the total runtime size of an object on the heap"
5d1d4b2
 license = "MIT/Apache-2.0"
5d1d4b2
 repository = "https://github.com/servo/heapsize"
5d1d4b2
+exclude = ["/.travis.yml", "/appveyor.yml"]
5d1d4b2
 
e9a20ad
 [features]
e9a20ad
 flexible-tests = []
e9a20ad
 unstable = []
e9a20ad
-[target."cfg(windows)".dependencies.winapi]
e9a20ad
-version = "0.3.4"
e9a20ad
-features = ["std", "heapapi"]