From d37b866115c3a663d61c556f1fb9da08c9b65bf5 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 15 Feb 2022 20:13:28 +0100 Subject: [PATCH] Explicitly mention the nightly toolchain --- plugins/diopser/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/diopser/README.md b/plugins/diopser/README.md index 12ff6721..10a905d1 100644 --- a/plugins/diopser/README.md +++ b/plugins/diopser/README.md @@ -21,10 +21,11 @@ and much better performance. ### Building -After installing [Rust](https://rustup.rs/) you can compile Diopser as follows +After installing [Rust](https://rustup.rs/) with the nightly toolchain you can +compile Diopser as follows ```shell -cargo xtask bundle gain --release --bundle-vst3 +cargo +nightly xtask bundle gain --release --bundle-vst3 ``` If you don't have access to a nightly compiler (`rustup default nightly && rustup update`),