rust-hyperfine/hyperfine-fix-metadata.diff

19 lines
511 B
Diff
Raw Normal View History

2020-11-30 21:53:22 +00:00
--- hyperfine-1.11.0/Cargo.toml 2020-10-16T22:24:53+00:00
2021-06-28 13:30:39 +00:00
+++ hyperfine-1.11.0/Cargo.toml 2021-06-28T13:23:32.386078+00:00
@@ -60,7 +60,7 @@
[dependencies.statistical]
version = "1.0"
[dev-dependencies.approx]
-version = "0.3"
+version = "0.5"
[build-dependencies.atty]
version = "0.2"
@@ -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"]