File: relax-nix.diff

package info (click to toggle)
rust-hyperfine 1.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 744 kB
  • sloc: python: 307; makefile: 13
file content (7 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
6
7
--- rust-hyperfine-1.19.0.orig/Cargo.toml
+++ rust-hyperfine-1.19.0/Cargo.toml
@@ -125,3 +125,3 @@
 [target.'cfg(target_os="linux")'.dependencies.nix]
-version = "0.29"
+version = ">= 0.29, < 1.0"
 features = ["zerocopy"]