From: Vasudev Kamath Date: Sun, 29 Oct 2017 13:49:44 +0000 (+0530) Subject: Revert "Fix one more typo in cargo search command." X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~131 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0b048a7298a3dc81d13983c61912fdd39d30a902;p=cargo.git Revert "Fix one more typo in cargo search command." This reverts commit a7347f1f539654d9f89910f26a51b9f7f8e08ef1. --- diff --git a/debian/patches/1001_fix_spelling_errors.patch b/debian/patches/1001_fix_spelling_errors.patch index e9001ae1f..0f8c4727b 100644 --- a/debian/patches/1001_fix_spelling_errors.patch +++ b/debian/patches/1001_fix_spelling_errors.patch @@ -1,7 +1,7 @@ Description: Fix spelling errors in cargo messages. Author: Vasudev Kamath Forwarded: https://github.com/rust-lang/cargo/pull/4532 -Last-Update: 2017-10-28 +Last-Update: 2017-09-23 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/src/bin/search.rs @@ -15,15 +15,6 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never -@@ -62,7 +62,7 @@ - let msg = "The flag '--host' is no longer valid. - - Previous versions of Cargo accepted this flag, but it is being --depricated. The flag is being renamed to 'index', as the flag -+deprecated. The flag is being renamed to 'index', as the flag - wants the location of the index in which to search. Please - use '--index' instead. - --- a/src/cargo/util/toml/mod.rs +++ b/src/cargo/util/toml/mod.rs @@ -693,19 +693,19 @@