From 14f92f7bfa37ce62dd29d529e73e1fa9feb108b9 Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Mon, 15 May 2023 11:59:50 -0700 Subject: [PATCH] Cargo.toml change for testing --- evm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/Cargo.toml b/evm/Cargo.toml index 63f4ec0c..40bf4230 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -26,7 +26,7 @@ num-bigint = "0.4.3" once_cell = "1.13.0" pest = "2.1.3" pest_derive = "2.1.0" -plonky2 = { version = "0.1.2", default-features = false, features = ["timing"] } +plonky2 = { path = "../plonky2", default-features = false, features = ["timing"] } plonky2_util = { version = "0.1.0" } rand = "0.8.5" rand_chacha = "0.3.1"