Skip to content

Commit

Permalink
chore: add crate feature
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Aug 25, 2024
1 parent 39b49a7 commit 22a2cc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/op-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ reth-node-ethereum.workspace = true

# OP Stack Dependencies
superchain-registry = { workspace = true, default-features = false }

[features]
default = ["online"]
online = ["rollup/online"]
4 changes: 4 additions & 0 deletions crates/rollup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ superchain-registry = { workspace = true, default-features = false }

# Misc
url = "2.5.2"

[features]
default = ["online"]
online = ["kona-derive/online"]

0 comments on commit 22a2cc0

Please sign in to comment.