File: remove-quickcheck-feature.diff

package info (click to toggle)
rust-ascii 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 252 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,9 +23,6 @@
 [[test]]
 name = "tests"
 path = "tests.rs"
-[dependencies.quickcheck]
-version = "0.6"
-optional = true
 
 [dependencies.serde]
 version = "1.0.25"