Skip to content

Commit 67f932f

Browse files
committed
fix: Update generate-files.sh
1 parent 2f52e22 commit 67f932f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fuzz/generate-files.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ path = "fuzz_lib/lib.rs"
2727
libfuzzer-sys = "0.4"
2828
# We shouldn't need an explicit version on the next line, but Andrew's tools
2929
# choke on it otherwise. See https://github.com/nix-community/crate2nix/issues/373
30-
simplicity-lang = { path = "..", features = ["test-utils"], version = "0.3.0" }
31-
old_simplicity = { package = "simplicity-lang", version = "0.3.0", default-features = false }
30+
simplicity-lang = { path = "..", features = ["test-utils"], version = "0.4.0" }
31+
old_simplicity = { package = "simplicity-lang", version = "0.3.1", default-features = false }
3232
3333
[dev-dependencies]
3434
base64 = "0.22.1"

0 commit comments

Comments
 (0)