File: add-missing-dev-depends.patch

package info (click to toggle)
rust-lexical-parse-float 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,012 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 373 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: lexical-parse-float/Cargo.toml
===================================================================
--- lexical-parse-float.orig/Cargo.toml
+++ lexical-parse-float/Cargo.toml
@@ -154,6 +154,9 @@ version = "1"
 [dev-dependencies.proptest]
 version = ">=1.5.0"
 
+[dev-dependencies.quickcheck]
+version = "1.0.3"
+
 [features]
 compact = [
     "lexical-util/compact",