File: relax-deps.patch

package info (click to toggle)
rust-unarray 0.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
proptest is missing due to the original code using a git dependency for it.

diff --git a/Cargo.toml b/Cargo.toml
index 0cbc976..d415367 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,4 +19,7 @@ license = "MIT OR Apache-2.0"
 repository = "https://github.com/cameron1024/unarray"
 
 [dev-dependencies.test-strategy]
-version = "0.2"
+version = "0.4"
+
+[dev-dependencies.proptest]
+version = "1"