From: Ximin Luo Date: Mon, 19 Mar 2018 16:49:13 +0000 (+0100) Subject: Depend on rustc 1.24 or later X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~83 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b830f45d1ad4b378574aa3c149c6b2edce6f4592;p=cargo.git Depend on rustc 1.24 or later --- diff --git a/debian/changelog b/debian/changelog index 984485b0f..f61a6ca6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cargo (0.25.0-2) UNRELEASED; urgency=medium + + * Depend on rustc 1.24 or later. + + -- Ximin Luo Mon, 19 Mar 2018 17:48:56 +0100 + cargo (0.25.0-1) unstable; urgency=medium * Upload to unstable. diff --git a/debian/control b/debian/control index f6b484f56..11816b454 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,7 @@ Package: cargo Architecture: any Multi-Arch: allowed Depends: ${shlibs:Depends}, ${misc:Depends}, - rustc (>= 1.1), + rustc (>= 1.24), binutils, gcc | clang | c-compiler Suggests: cargo-doc, python3