fix: dependency config

This commit is contained in:
Roman 2026-07-06 13:02:45 +02:00
parent 6d10827779
commit e19b1b73bd
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E
3 changed files with 756 additions and 23 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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"] }