From 3985e4c1fe16f2096d4682b3faf8a156924afddb Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 17 Jun 2020 22:53:24 -0400 Subject: Restore rust-toolchain file. Removing this file broke Heroku deployments. The emk/rust buildpack relies on this file to detect the Rust version, and as this code _requires_ a nightly, the default stable version fails to deploy. Unfortunately, this effectively leaves the project pinned to a specific nightly version until and unless one of a few things happens: * We remove the test step that verifies formatting, * Travis adds a non-minimal Rust profile, * We migrate CI to a service that supports a more complete Rust profile, or * Nightly has rustfmt again. See . This reverts commit f43bcb502435ccd99e163671204371dd8b62024f. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3980786..1b8bcad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,8 @@ language: rust # 2020-06-17 - nightly hasn't had rustfmt since 2020-06-10, so builds fail on # that toolchain. We want to use it as far as is possible, though. rust: - - nightly - nightly-2020-06-10 -jobs: - allow_failures: - - rust: nightly - cache: cargo install: -- cgit v1.2.3