File: remove-version-sync.patch

package info (click to toggle)
rust-clap-2 2.34.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,248 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: clap-2/Cargo.toml
===================================================================
--- clap-2.orig/Cargo.toml
+++ clap-2/Cargo.toml
@@ -95,9 +95,6 @@ version = "1.3"
 [dev-dependencies.regex]
 version = "1"
 
-[dev-dependencies.version-sync]
-version = "0.8"
-
 [features]
 color = ["ansi_term", "atty"]
 debug = []