From: Vasudev Kamath Date: Mon, 13 Aug 2018 15:06:21 +0000 (+0530) Subject: Refresh patch for new release. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7781d8d3f43363ee4fb2123c7a0a6773d3aa2314;p=cargo.git Refresh patch for new release. --- diff --git a/debian/patches/0774e97da3894f07ed5b6f7db175027a9bc4718b.patch b/debian/patches/0774e97da3894f07ed5b6f7db175027a9bc4718b.patch index 4c96f84ce..35128077e 100644 --- a/debian/patches/0774e97da3894f07ed5b6f7db175027a9bc4718b.patch +++ b/debian/patches/0774e97da3894f07ed5b6f7db175027a9bc4718b.patch @@ -20,15 +20,15 @@ Subject: [PATCH] Support cross-compile install "\ --- a/tests/testsuite/install.rs +++ b/tests/testsuite/install.rs -@@ -5,6 +5,7 @@ +@@ -4,6 +4,7 @@ + use cargo::util::ProcessBuilder; - use cargotest::ChannelChanger; use cargotest::install::{cargo_home, has_installed_exe}; +use cargotest::support::cross_compile; use cargotest::support::git; use cargotest::support::paths; use cargotest::support::registry::Package; -@@ -1309,6 +1310,40 @@ +@@ -1310,6 +1311,40 @@ } #[test]