From 605ea47fd1234f4b5a83f8fe120625fd11c291bc Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Wed, 21 Jun 2023 13:04:54 -0700 Subject: [PATCH] reset Cargo.toml --- evm/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evm/Cargo.toml b/evm/Cargo.toml index 36ff15bc..63f4ec0c 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -26,8 +26,8 @@ num-bigint = "0.4.3" once_cell = "1.13.0" pest = "2.1.3" pest_derive = "2.1.0" -plonky2 = { path = "../plonky2", default-features = false, features = ["timing"] } -plonky2_util = { path = "../util" } +plonky2 = { version = "0.1.2", default-features = false, features = ["timing"] } +plonky2_util = { version = "0.1.0" } rand = "0.8.5" rand_chacha = "0.3.1" rlp = "0.5.1"