From 8431bfc7cac7dca6f4a94463ee29a9f97f67b091 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 12 Jan 2018 19:05:33 -0800 Subject: [PATCH] Revert "Update README with changes to nightly requirements." This reverts commit 9dc4c260f7263fec92b2e9f910003da10c1ea151. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30c0d767..6b5622d5 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,9 @@ guide. Rocket requires a nightly version of Rust as it makes heavy use of syntax extensions. This means that the first two unwieldly lines in the introductory -example above are required. Due to an issue in a Rocket dependency (see [#513]), -you must currently build _released_ versions of Rocket with a nightly between -`nightly-2017-12-18` and `nightly-2017-12-21`. The in-development version of -Rocket compiles with the _latest_ nightly compiler. +example above are required. Due to an issue in a Rocket dependency (see +[#513]), you must currently build Rocket with a nightly between +`nightly-2017-12-18` and `nightly-2017-12-21`. [#513]: https://github.com/SergioBenitez/Rocket/issues/513