Skip to content

Commit

Permalink
fix: no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Jan 13, 2025
1 parent 5967418 commit eb3183f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 47 deletions.
50 changes: 5 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/optimism/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ precompile = { workspace = true, features = ["secp256r1"] }
inspector.workspace = true

# optimism
maili-protocol = "0.1.4"
maili-protocol = { version = "0.1.4", default-features = false }

# static precompile sets.
once_cell = { version = "1.19", default-features = false, features = ["alloc"] }
Expand All @@ -49,7 +49,7 @@ alloy-sol-types = "0.8"

[features]
default = ["std", "c-kzg", "secp256k1", "portable", "blst"]
std = ["serde?/std", "revm/std", "precompile/std"]
std = ["serde?/std", "revm/std", "precompile/std", "maili-protocol/std"]
hashbrown = ["revm/hashbrown"]
serde = ["dep:serde", "revm/serde"]
portable = ["revm/portable"]
Expand Down

0 comments on commit eb3183f

Please sign in to comment.