From b7cb27ed220c877dccf929a72de8cb2f90138e70 Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 6 Nov 2021 12:21:12 +0100 Subject: [PATCH] Update readme as nightly is not needed anymore Due to the update to `rocket v0.5` nightly is not needed anymore. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 4bad877..37dcf4f 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,6 @@ actions. ### Install Rust Install the Rust toolchain from [rustup.rs](https://rustup.rs). -Further, for Rocket we need to have the nightly toolchain installed: -``` sh - rustup toolchain install nightly -``` - ### Build Webhookey The Webhookey project can be built for development: ``` sh