From e2549dfdd8ea93a8d63a4404c2aaada62455018e Mon Sep 17 00:00:00 2001 From: Akosh Farkash Date: Wed, 18 Dec 2024 12:28:58 +0000 Subject: [PATCH] Update tooling/nargo/Cargo.toml --- tooling/nargo/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tooling/nargo/Cargo.toml b/tooling/nargo/Cargo.toml index 88cfbc1b6c6..a964ac5c071 100644 --- a/tooling/nargo/Cargo.toml +++ b/tooling/nargo/Cargo.toml @@ -43,5 +43,5 @@ jsonrpsee = { workspace = true, features = ["server"] } default = ["execute", "test"] # Execution currently uses HTTP based Oracle resolvers; does not compile to Wasm. -execute = ["jsonrpsee/http-client", "jsonrpsee/macros", "tokio/rt", "serde"] -test = ["execute", "noir_fuzzer", "proptest", "rand"] +execute = ["jsonrpsee/http-client", "jsonrpsee/macros", "tokio/rt", "serde", "rand"] +test = ["execute", "noir_fuzzer", "proptest"]