mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-07-23 18:43:11 +00:00
fix: dependency config
This commit is contained in:
parent
6d10827779
commit
e19b1b73bd
2
.github/workflows/fuzz.yml
vendored
2
.github/workflows/fuzz.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
- cron: "0 2 * * *"
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main, feat-afl-fuzzing]
|
||||
branches: [main, fix-fuzz-stateful-model-lockstep]
|
||||
|
||||
env:
|
||||
RISC0_DEV_MODE: "1"
|
||||
|
||||
774
fuzz/Cargo.lock
generated
774
fuzz/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@ fuzzer-libfuzzer = []
|
||||
fuzzer-afl = []
|
||||
|
||||
[dependencies]
|
||||
nssa = { workspace = true }
|
||||
nssa = { workspace = true, features = ["prove"] }
|
||||
nssa_core = { workspace = true }
|
||||
common = { workspace = true }
|
||||
borsh = { workspace = true }
|
||||
@ -28,4 +28,3 @@ system_accounts = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "1.4"
|
||||
nssa = { workspace = true, features = ["prove"] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user