From 5ba9ad8e7c136a00435103f1e47c6300c91d9150 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Wed, 23 Oct 2024 12:57:38 -0400 Subject: [PATCH] add fuzz packages to workspace but righter this time --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3ac55c18..59370c183 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"