Codebase list rust-subtle / 40b1cd4
clap-2 - remove dev-dependency on version-sync. Peter Michael Green 2 years ago
3 changed file(s) with 16 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
44 * Update patches for new upstream.
55 * Update textwrap dependency to 0.15, and fix code so it builds
66 with 0.15.
7 * Remove dev-dependecny on version-sync crate which is not in Debian.
78
89 -- Peter Michael Green <plugwash@debian.org> Sun, 13 Mar 2022 18:12:10 +0000
910
0 Index: clap-2/Cargo.toml
1 ===================================================================
2 --- clap-2.orig/Cargo.toml
3 +++ clap-2/Cargo.toml
4 @@ -95,9 +95,6 @@ version = "1.3"
5 [dev-dependencies.regex]
6 version = "1"
7
8 -[dev-dependencies.version-sync]
9 -version = "0.8"
10 -
11 [features]
12 color = ["ansi_term", "atty"]
13 debug = []
00 no-clippy.patch
11 relax-dep-versions.patch
22 textwrap-0.15.patch
3 remove-version-sync.patch