Skip to content

Commit

Permalink
Fix installation of cargo-afl in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
eikendev committed Oct 8, 2023
1 parent 54ae688 commit 52ed53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ setup:
rustup component add clippy
rustup component add rustfmt
rustup show
cargo install afl
cargo install cargo-afl

.PHONY: publish
publish:
Expand Down

0 comments on commit 52ed53b

Please sign in to comment.