Skip to content

Commit

Permalink
fix name in fuzz cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Jan 15, 2025
1 parent a3d9687 commit 22e84e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cargo-fuzz = true
[features]
# when enabling the "counters" features, the CLVM interpreter is instrumented to
# collect counters about the programs it executes
counters = ["clvm_rs/counters"]
counters = ["clvmr/counters"]

[dependencies]
libfuzzer-sys = { workspace = true }
Expand Down

0 comments on commit 22e84e8

Please sign in to comment.