Skip to content

Commit

Permalink
Merge branch '6742-jsonrpsee' into 6742-refactor-foreign-calls
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh authored Dec 18, 2024
2 parents 03fcce6 + e2549df commit 666f3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tooling/nargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 666f3d8

Please sign in to comment.