From 56f82c64672aaa981a7f27292230471abf8a4f3d Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 31 Mar 2021 13:46:46 +0200 Subject: [PATCH] README: remove mention of nightly compiler --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index ff6176b..7a0b30f 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,7 @@ truth is effectively removed from any mirror as well. `lohr` is [published on crates.io](https://crates.io/crates/lohr), so you can install it with `cargo install`: - $ cargo +nightly install lohr - -We currently require a nightly compiler because -[Rocket](https://github.com/SergioBenitez/Rocket) needs one to compile (a 0.5.0 -which compiles on stable Rust is in the making, stay tuned!). You can install a -nightly toolchain with the following command: - - $ rustup install nightly + $ cargo install lohr ## Setup