Merge branch 'main' into dev

This commit is contained in:
Andrea Fioraldi 2021-04-30 15:06:12 +02:00 committed by GitHub
commit 5b70724b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,12 @@ Rust directly, instructions can be found [here](https://www.rust-lang.org/tools/
git clone https://github.com/AFLplusplus/LibAFL git clone https://github.com/AFLplusplus/LibAFL
``` ```
3. Build the library using If you want to get the latest and greatest features,
```
git checkout dev
```
Build the library using
``` ```
cargo build --release cargo build --release