Skip to content

Commit

Permalink
add fuzz packages to workspace but righter this time
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 23, 2024
1 parent e8e63e6 commit 5ba9ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.15.0" }
chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.15.0" }
chia-protocol-fuzz = { path = "./crates/chia-protocol/fuzz", version = "0.15.0" }
chia-puzzles-fuzz = { path = "./crates/chia-puzzles/fuzz", version = "0.15.0" }
chia-traits-fuzz = { path = "./crates/chia-traits/fuzz", version = "0.15.0" }
chia-utils-fuzz = { path = "./crates/chia-utils/fuzz", version = "0.15.0" }
clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.15.0" }
clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.15.0" }
blst = { version = "0.3.12", features = ["portable"] }
clvmr = "0.9.0"
syn = "2.0.75"
Expand Down

0 comments on commit 5ba9ad8

Please sign in to comment.