From e48427b1af7ba84cc50ab20e8111a4d54bc67260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Yaz=C4=B1c=C4=B1?= <75089142+yaziciahmet@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:56:41 +0100 Subject: [PATCH] Match e2e repo main branch (#1668) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5069a86e7..24731a390 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1907,7 +1907,7 @@ dependencies = [ [[package]] name = "citrea-e2e" version = "0.1.0" -source = "git+https://github.com/chainwayxyz/citrea-e2e?rev=82c1cdb#82c1cdbc778fe7de72b0e3d00d2b182656c62171" +source = "git+https://github.com/chainwayxyz/citrea-e2e?rev=f75fe92#f75fe92b0594724b9785eff857bb6aff861a2a55" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0a8538679..4bb5e4b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,7 +154,7 @@ alloy-eips = { version = "0.4.2", default-features = false } alloy-consensus = { version = "0.4.2", default-features = false, features = ["serde", "serde-bincode-compat"] } alloy-network = { version = "0.4.2", default-features = false } -citrea-e2e = { git = "https://github.com/chainwayxyz/citrea-e2e", rev = "82c1cdb" } +citrea-e2e = { git = "https://github.com/chainwayxyz/citrea-e2e", rev = "f75fe92" } [patch.crates-io] bitcoincore-rpc = { version = "0.18.0", git = "https://github.com/chainwayxyz/rust-bitcoincore-rpc.git", rev = "ca3cfa2" }