From b0783fb2c1f9e89062ba3fbb269929249afd45c7 Mon Sep 17 00:00:00 2001 From: TAMARA LIPOWSKI Date: Mon, 1 Sep 2025 19:51:31 -0400 Subject: [PATCH] feat: pin tycho-common version - It was installing the latest version, creating incompatibilities with tycho-simulation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 143d659..4466f3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ tokio = { version = "1.38.0", features = ["full"] } chrono = "0.4.39" clap = { version = "4.5.3", features = ["derive"] } once_cell = "1.20.2" -tycho-common = ">=0.82.0" +tycho-common = "0.82.0" alloy = { version = "1.0.6", features = ["providers", "rpc-types-eth", "eip712", "signer-local", "node-bindings"], optional = true } async-trait = { version = "0.1.88", optional = true }