diff --git a/Cargo.toml b/Cargo.toml index 06f59719d..550a71352 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -503,7 +503,7 @@ modular-bitfield = "0.11.2" notify = { version = "6.1.1", default-features = false, features = [ "macos_fsevent", ] } -nybbles = "0.2.1" +nybbles = { version = "0.2.1", default-features = false } once_cell = { version = "1.19", default-features = false, features = [ "critical-section", ] } diff --git a/crates/evm/execution-errors/Cargo.toml b/crates/evm/execution-errors/Cargo.toml index 01727cd70..5e1755c0c 100644 --- a/crates/evm/execution-errors/Cargo.toml +++ b/crates/evm/execution-errors/Cargo.toml @@ -32,5 +32,6 @@ std = [ "alloy-primitives/std", "revm-primitives/std", "alloy-rlp/std", - "derive_more/std" + "derive_more/std", + "nybbles/std" ]