Skip to content

Commit

Permalink
Fix doc for publish (#1472)
Browse files Browse the repository at this point in the history
* Fix doc for publish

* add bolts to publish.sh
  • Loading branch information
andreafioraldi authored Aug 28, 2023
1 parent 7dd7c1a commit 062ae9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions libafl/README.md
2 changes: 1 addition & 1 deletion libafl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
Welcome to `LibAFL`
*/
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]
/*! */
#![doc = document_features::document_features!()]
#![allow(incomplete_features)]
Expand Down
6 changes: 6 additions & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ cd .. || exit 1

sleep 20

cd libafl_bolts
cargo publish "$@"
cd .. || exit 1

sleep 20

cd libafl
cargo publish "$@"
cd .. || exit 1
Expand Down

0 comments on commit 062ae9d

Please sign in to comment.