We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f52e22 commit 67f932fCopy full SHA for 67f932f
1 file changed
fuzz/generate-files.sh
@@ -27,8 +27,8 @@ path = "fuzz_lib/lib.rs"
27
libfuzzer-sys = "0.4"
28
# We shouldn't need an explicit version on the next line, but Andrew's tools
29
# 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 }
+simplicity-lang = { path = "..", features = ["test-utils"], version = "0.4.0" }
+old_simplicity = { package = "simplicity-lang", version = "0.3.1", default-features = false }
32
33
[dev-dependencies]
34
base64 = "0.22.1"
0 commit comments