rust-hyperfine/hyperfine-fix-metadata.diff

19 lines
482 B
Diff

--- hyperfine-1.10.0/Cargo.toml 2020-05-25T14:24:29+00:00
+++ hyperfine-1.10.0/Cargo.toml 2020-06-18T05:34:32.388991+00:00
@@ -42,7 +42,7 @@
version = "1.1.3"
[dependencies.indicatif]
-version = "0.14"
+version = "0.15"
[dependencies.rand]
version = "0.7"
@@ -71,6 +71,3 @@
version = "0.9"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["processthreadsapi", "minwindef", "winnt"]