diff --git a/debian/rules b/debian/rules index 6c530ab..f89afa0 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ override_dh_auto_configure: ifeq ($(DEB_TARGET_ARCH), armhf) curl https://static.rust-lang.org/rustup/dist/arm-unknown-linux-gnueabihf/rustup-init -o rustup-init chmod +x rustup-init - ./rustup-init -y --default-toolchain=nightly-arm-unknown-linux-gnueabihf + ./rustup-init -y --default-toolchain=nightly-2018-03-25-arm-unknown-linux-gnueabihf endif ifeq ($(DEB_TARGET_ARCH), i386) curl https://static.rust-lang.org/rustup/dist/i686-unknown-linux-gnu/rustup-init -o rustup-init