From 14f7aa25bffe79570d057622ae2599001968e8ae Mon Sep 17 00:00:00 2001 From: Fraser Hutchison <190532+Fraser999@users.noreply.github.com> Date: Wed, 20 May 2026 18:47:04 +0100 Subject: [PATCH] exclude rocksdb --- Cargo.toml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 98481cf..679fcfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,15 @@ alloy = { version = "1.4.0", features = [ ] } # Reth -reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } +reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false, features = [ + "jemalloc", + "otlp", + "otlp-logs", + "js-tracer", + "keccak-cache-global", + "asm-keccak", + "min-debug-logs", +] } reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } reth-exex-test-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } @@ -116,4 +124,3 @@ url = "2.5.4" # Test Utils tempfile = "3.17.0" -