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. --- README.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ff7ce8f..4dc7c75 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,6 @@ I thought this was such a good idea, I turned it into a web bot. Want to work on this code, or run it yourself? Install the following: * [An installed copy of the Rust toolchain](https://rustup.rs). -* The `nightly` toolchain: - - ```bash - rustup toolchain add nightly - rustup override set nightly - ``` Building, testing, &c follow Rust norms: use [Cargo](https://doc.rust-lang.org/cargo/guide/working-on-an-existing-project.html) -- cgit v1.2.3