From b2beecf5659fca25deed8673dc479e966b41104c Mon Sep 17 00:00:00 2001 From: "Anuraag (Rag) Agrawal" Date: Wed, 24 Jan 2024 15:06:43 +0900 Subject: [PATCH] Remove note about nightly rust from README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 72a70f8..7394779 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ $ cargo install cargo-fuzz ``` Note: `libFuzzer` needs LLVM sanitizer support, so this only works on x86-64 Linux, x86-64 macOS -and Apple-Silicon (aarch64) macOS for now. This also needs a nightly compiler since it uses some -unstable command-line flags. You'll also need a C++ compiler with C++11 support. +and Apple-Silicon (aarch64) macOS for now. You'll also need a C++ compiler with C++11 support. If you have an old version of `cargo fuzz`, you can upgrade with this command: