From 6c89de6ef2e5162f1bcb76037e576dfa46970987 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 25 Oct 2021 23:38:56 -0400 Subject: [PATCH] Rocket no longer requires nightly --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b4a1e7ee9..492cf090a 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,10 @@ ### Running the app locally -1. This is a [Rocket](https://rocket.rs/) app, which means we use the `nightly` - channel of Rust. We use a specific nightly version to ensure consistent - builds locally and on the server, and the version is defined in the - `rust-toolchain` file. [`rustup`](https://rustup.rs) will automatically - download that nightly for you when you run a cargo command. +1. This is a [Rocket](https://rocket.rs/) app. We use a specific Rust version to + ensure consistent builds locally and on the server, and the version is defined + in the `rust-toolchain` file. [`rustup`](https://rustup.rs) will automatically + download that Rust version for you when you run a cargo command. 2. Install `cargo watch` by running `cargo install cargo-watch` in your terminal.