From 1db2b6f929d3d016df3846de244842cd6ca4db8d Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Tue, 20 Feb 2024 13:46:17 -0800 Subject: [PATCH] chore: cargo update --- Cargo.lock | 2 +- plonky2x/core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebcab772..78aefc31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3984,7 +3984,7 @@ dependencies = [ [[package]] name = "starkyx" version = "0.1.0" -source = "git+https://github.com/succinctlabs/starkyx.git?branch=ratan/update-dalek#2c11ee2632618e20ff51d2a4e9d6907e20b44220" +source = "git+https://github.com/succinctlabs/starkyx.git#b73a875cb81c8c3d84328b99dc56701bba9ae350" dependencies = [ "anyhow", "bincode", diff --git a/plonky2x/core/Cargo.toml b/plonky2x/core/Cargo.toml index ea2ae200..7ffebf11 100644 --- a/plonky2x/core/Cargo.toml +++ b/plonky2x/core/Cargo.toml @@ -14,7 +14,7 @@ ci = [] [dependencies] plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", default-features = false, rev = "d2598bd" } -starkyx = { git = "https://github.com/succinctlabs/starkyx.git", branch = "ratan/update-dalek" } +starkyx = { git = "https://github.com/succinctlabs/starkyx.git" } plonky2x-derive = { path = "../derive" } num = { version = "0.4", default-features = false }