File: relax-nix-dep.diff

package info (click to toggle)
rust-argmax 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 156 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: argmax/Cargo.toml
===================================================================
--- argmax.orig/Cargo.toml
+++ argmax/Cargo.toml
@@ -36,7 +36,7 @@ name = "main"
 path = "tests/main.rs"
 
 [dependencies.nix]
-version = "0.30.1"
+version = "0"
 features = ["feature"]
 default-features = false