From 3e8383ed037c03c8207f242ef144758f07ce2ed3 Mon Sep 17 00:00:00 2001 From: capossele Date: Thu, 9 Nov 2023 22:54:42 +0000 Subject: [PATCH] drop unused deps --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13b2a60f..84142d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ resolver = "2" risc0-build = { version = "0.19.1" } risc0-zkvm = { version = "0.19.1", default-features = false } bonsai-sdk = { version = "0.5.1" } -bonsai-ethereum = { version = "0.5.1" } bonsai-ethereum-relay = { version = "0.5.1" } methods = { path = "./methods", package = "bonsai-starter-methods" }