parent
a1139713f4
commit
5d1d4b2c23
@ -1,9 +0,0 @@
|
||||
--- heapsize-0.4.2/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||
+++ heapsize-0.4.2/Cargo.toml 2018-01-29T14:57:28.337858+01:00
|
||||
@@ -22,6 +22,3 @@
|
||||
[features]
|
||||
flexible-tests = []
|
||||
unstable = []
|
||||
-[target."cfg(windows)".dependencies.winapi]
|
||||
-version = "0.3.4"
|
||||
-features = ["std", "heapapi"]
|
@ -0,0 +1,14 @@
|
||||
--- heapsize-0.4.2/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||
+++ heapsize-0.4.2/Cargo.toml 2018-10-27T12:35:25.915875+02:00
|
||||
@@ -18,10 +18,8 @@
|
||||
description = "Infrastructure for measuring the total runtime size of an object on the heap"
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/servo/heapsize"
|
||||
+exclude = ["/.travis.yml", "/appveyor.yml"]
|
||||
|
||||
[features]
|
||||
flexible-tests = []
|
||||
unstable = []
|
||||
-[target."cfg(windows)".dependencies.winapi]
|
||||
-version = "0.3.4"
|
||||
-features = ["std", "heapapi"]
|
Loading…
Reference in new issue