rust-fuzz / cargo-fuzz

Command line helpers for fuzzing
https://rust-fuzz.github.io/book/cargo-fuzz.html
Apache License 2.0
1.48k stars 108 forks source link

Remove note about nightly rust from README #359

Closed anuraaga closed 5 months ago

anuraaga commented 5 months ago

Sorry if this is wrong, I recently ran this for the first time and it worked fine for me without nightly, at least on rustc 1.74.1.

❯ rustc --version -v
rustc 1.74.1 (a28077b28 2023-12-04)
binary: rustc
commit-hash: a28077b28a02b92985b3a3faecf92813155f1ea1
commit-date: 2023-12-04
host: aarch64-apple-darwin
release: 1.74.1
LLVM version: 17.0.4

https://github.com/tetratelabs/wazero/pull/1947