Codebase list rust-libslirp / 7c0fe35
Remove iso8601's clippy dependency Matt Kraai 5 years ago
3 changed file(s) with 21 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-iso8601 (0.2.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Remove clippy dependency.
3
4 -- Matt Kraai <kraai@debian.org> Tue, 4 Dec 2018 20:59:09 -0800
5
06 rust-iso8601 (0.2.0-1) unstable; urgency=medium
17
28 * Package iso8601 0.2.0 from crates.io using debcargo 2.2.7
0 Index: iso8601/Cargo.toml
1 ===================================================================
2 --- iso8601.orig/Cargo.toml
3 +++ iso8601/Cargo.toml
4 @@ -20,9 +20,6 @@ documentation = "http://badboy.github.io
5 readme = "README.md"
6 license = "MIT"
7 repository = "https://github.com/badboy/iso8601"
8 -[dependencies.clippy]
9 -version = ">0.0.0"
10 -optional = true
11
12 [dependencies.nom]
13 version = "3.2"