Skip to content

Commit 57fbf51

Browse files
committed
fix: optional tracing
1 parent 591208c commit 57fbf51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ revm = { version = "19.5.0", default-features = false, features = ["std"] }
3737
zenith-types = { version = "0.14" }
3838

3939
dashmap = { version = "6.1.0", optional = true }
40-
tracing = "0.1.41"
40+
tracing = { version = "0.1.41", optional = true}
4141

4242
[dev-dependencies]
4343
alloy-rlp = { version = "0.3", default-features = false }
@@ -70,7 +70,7 @@ call = ["optional_eip3607", "optional_no_base_fee"]
7070

7171
concurrent-db = ["dep:dashmap"]
7272

73-
estimate_gas = ["optional_eip3607", "optional_no_base_fee"]
73+
estimate_gas = ["optional_eip3607", "optional_no_base_fee", "dep:tracing"]
7474

7575
test-utils = ["revm/test-utils", "revm/std", "revm/serde-json", "revm/alloydb"]
7676

0 commit comments

Comments
 (0)