Skip to content

Commit

Permalink
Merge pull request #359 from anuraaga/patch-1
Browse files Browse the repository at this point in the history
Remove note about nightly rust from README
  • Loading branch information
Manishearth committed Jan 24, 2024
2 parents 56bcbcf + b2beecf commit b152a69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b152a69

Please sign in to comment.