Merged
Conversation
Merged
apoelstra
reviewed
Feb 26, 2022
fuzz/Cargo.toml
Outdated
|
|
||
| [dependencies] | ||
| honggfuzz = { version = "0.5", optional = true } | ||
| # honggfuzz = { git = "https://github.com/sanket1729/honggfuzz-rs", optional = true, rev="f357a544809e82bc04a08ef44e761fdca3b72de7" } |
Member
There was a problem hiding this comment.
Did you mean to add this line?
Member
Author
There was a problem hiding this comment.
Nope. Sorry, I was testing other things and this got through.
heap-coder
added a commit
to heap-coder/rust-miniscript
that referenced
this pull request
Sep 27, 2025
b0e078dc44e6ed1e03f6cc95dbeab2b3cbcb25e1 Fix Fuzz CI at rust 1.58 (sanket1729) Pull request description: Corollary to rust-bitcoin/rust-bitcoin#848 ACKs for top commit: apoelstra: ACK b0e078dc44e6ed1e03f6cc95dbeab2b3cbcb25e1 Tree-SHA512: fd9ff7b8a0d833b82e30505c222b9b8697edc19c2335c6d4b25377b1d6ba9620c52e2ddb486b5f54c961fd0739a09a669008de447e7774e9698a2359f3d050d0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corollary to rust-bitcoin/rust-bitcoin#848