Skip to content

Commit ab61d7a

Browse files
committed
fuzz: update generate-files.sh for recent "fuzz against released 12.3" test
1 parent a17b34c commit ab61d7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

fuzz/generate-files.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ cargo-fuzz = true
2323
2424
[dependencies]
2525
honggfuzz = { version = "0.5.56", default-features = false }
26-
miniscript = { path = "..", features = [ "compiler" ] }
27-
old_miniscript = { package = "miniscript", git = "https://github.com/apoelstra/rust-miniscript/", rev = "1259375d7b7c91053e09d1cbe3db983612fe301c" }
26+
# We shouldn't need an explicit version on the next line, but Andrew's tools
27+
# choke on it otherwise. See https://github.com/nix-community/crate2nix/issues/373
28+
miniscript = { path = "..", features = [ "compiler" ], version = "13.0" }
29+
old_miniscript = { package = "miniscript", version = "12.3" }
2830
2931
regex = "1.0"
3032
EOF

0 commit comments

Comments
 (0)