Skip to content

Commit 7ee5962

Browse files
authored
remove libfuzzer-best recommendation (#2466)
1 parent 6d4f071 commit 7ee5962

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libafl_libfuzzer/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ to
3737
libfuzzer-sys = { version = "0.11.0", features = ["your", "features", "here"], package = "libafl_libfuzzer" }
3838
```
3939

40-
If, in the case that you want to work with experimental changes, the `libfuzzer-best` branch contains the current
41-
experimental best version of `libafl_libfuzzer`.
42-
To use the experimental version, use:
40+
To use the most up-to-date version (with experimental changes), use:
4341

4442
```toml
45-
libfuzzer-sys = { git = "https://github.com/AFLplusplus/LibAFL.git", branch = "libfuzzer-best", features = ["your", "features", "here"], package = "libafl_libfuzzer" }
43+
libfuzzer-sys = { git = "https://github.com/AFLplusplus/LibAFL.git", features = ["your", "features", "here"], package = "libafl_libfuzzer" }
4644
```
4745

48-
As this branch generally offers the highest performance version of `libafl_libfuzzer`, we recommend the latter.
46+
As the repository generally offers the highest performance version of `libafl_libfuzzer`, we recommend the latter.
4947
Remember to `cargo update` often if using the experimental changes, and please [submit an issue]
50-
if you encounter problems while using `libfuzzer-best`!
48+
if you encounter problems while using the git branch!
49+
50+
For stability purposes, consider [specifying a commit](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#choice-of-commit).
5151

5252
#### macOS
5353

0 commit comments

Comments
 (0)