diff --git a/README.md b/README.md index 629ac5d86a..b95954a52c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Readline implementation in Rust that is based on [Antirez' Linenoise](https://gi [Documentation](https://kkawakam.github.io/rustyline) ## Build -This project uses Cargo and Rust Stable +This project uses Cargo and Rust Nightly ```bash cargo build --release ```