From dbe5702fa79ee10cf890a28f9be73f05b09f9d78 Mon Sep 17 00:00:00 2001 From: Vivek Pandya Date: Wed, 11 Oct 2023 16:20:00 +0530 Subject: [PATCH] Use plonky2 and starky from main branch --- poseidon2-starky/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poseidon2-starky/Cargo.toml b/poseidon2-starky/Cargo.toml index 7c44a56..3b80fe2 100644 --- a/poseidon2-starky/Cargo.toml +++ b/poseidon2-starky/Cargo.toml @@ -15,9 +15,9 @@ anyhow = "1.0.71" ark-ff = { version = "^0.4.2", default-features = false } lazy_static = "1.4" num = { version = "0.4", default-features = false, features = ["rand"] } -plonky2 = { git = "https://github.com/0xmozak/plonky2/", branch = "vivek/poseidon2" } +plonky2 = { git = "https://github.com/0xmozak/plonky2/" } proptest = "1.2.0" -starky = { git = "https://github.com/0xmozak/plonky2/", branch = "vivek/poseidon2" } +starky = { git = "https://github.com/0xmozak/plonky2/" } zkhash = { git = "https://github.com/0xmozak/poseidon2", package = "zkhash" } [dev-dependencies]