Skip to content

Commit 96b4e66

Browse files
sanket1729SarcasticNastik
authored andcommitted
Test CI fix
1 parent 88602b7 commit 96b4e66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
rust:
12-
- stable
12+
- 1.58.0
1313
steps:
1414
- name: Checkout Crate
1515
uses: actions/checkout@v2

fuzz/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ honggfuzz_fuzz = ["honggfuzz"]
1313

1414
[dependencies]
1515
honggfuzz = { version = "0.5", optional = true }
16+
# honggfuzz = { git = "https://github.com/sanket1729/honggfuzz-rs", optional = true, rev="f357a544809e82bc04a08ef44e761fdca3b72de7" }
1617
afl = { version = "0.8", optional = true }
1718
regex = { version = "1.4"}
1819
miniscript = { path = "..", features = ["fuzztarget", "compiler"] }

0 commit comments

Comments
 (0)