From 01107b655de75642b20045fa18cdccb9cc04d4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=A4reholt?= Date: Sun, 12 Nov 2023 16:22:14 +0100 Subject: [PATCH] Remove references to nightly rust release We now support rust stable. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index f7734153..6f6b703f 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,6 @@ Features missing compared to the Python implementation of aw-server: ### How to compile -Install rust nightly with `rustup`: - -```sh -rustup default nightly -``` - Build with `cargo`: ```sh