+cargo (0.27.0-2) UNRELEASED; urgency=medium
+
+ * Support cross-compile install (upstream PR #5614).
+
+ -- Ximin Luo <infinity0@debian.org> Wed, 06 Jun 2018 22:34:28 -0700
+
cargo (0.27.0-1) unstable; urgency=medium
* Upload to unstable.
--- /dev/null
+Bug: https://github.com/rust-lang/cargo/pull/5614
+Author: Ximin Luo <infinity0@pwned.gg>
+Date: Wed Jun 6 22:30:10 2018 -0700
+
+ Support cross-compile install
+
+diff --git a/src/bin/cargo/commands/install.rs b/src/bin/cargo/commands/install.rs
+index f0c65515..efac1a94 100644
+--- a/src/bin/commands/install.rs
++++ b/src/bin/commands/install.rs
+@@ -32,6 +32,7 @@ pub fn cli() -> App {
+ "Install only the specified example",
+ "Install all examples",
+ )
++ .arg_target_triple("Build for the target triple")
+ .arg(opt("root", "Directory to install packages into").value_name("DIR"))
+ .after_help(
+ "\
2004_clean-cargo-deps.patch
2001_use-system-libgit2.patch
2002_disable-net-tests.patch
+2008_support-cross-compile-install.patch