From 235366cd133b4bfab4dc60ff9596540e8120b30a Mon Sep 17 00:00:00 2001 From: jfldde <168934971+jfldde@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:28:27 +0100 Subject: [PATCH] Bump rev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30556d6..78019bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "1.39", features = ["full"] } toml = "0.8.0" tracing = { version = "0.1.40", default-features = false } tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json", "fmt"] } -citrea-config = { git = "https://github.com/chainwayxyz/citrea", branch = "refactor-citrea-e2e", default-features = false, features = ["testing"] } +citrea-config = { git = "https://github.com/chainwayxyz/citrea", rev = "41d6fe4ab1e0364418414664ce898788544ceb71", default-features = false, features = ["testing"] } [patch.crates-io] bitcoincore-rpc = { version = "0.18.0", git = "https://github.com/chainwayxyz/rust-bitcoincore-rpc.git", rev = "5ce1bed" }