Revert nightly workaround information in README.

This commit is contained in:
Sergio Benitez 2018-01-12 19:57:36 -08:00
parent 4886ca49bf
commit b5bf5361b8
1 changed files with 1 additions and 5 deletions

View File

@ -63,11 +63,7 @@ guide.
Rocket requires a nightly version of Rust as it makes heavy use of syntax 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 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 example above are required.
[#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
### Core, Codegen, and Contrib ### Core, Codegen, and Contrib