Skip to content

Commit

Permalink
Merge branch 'emhane/tx-type' into emhane/block-body
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Nov 14, 2024
2 parents 924743c + 5f46bda commit 133a957
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/optimism/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ op-alloy-consensus.workspace = true
bytes.workspace = true

# misc
derive_more.workspace = true
derive_more.workspace = true
2 changes: 1 addition & 1 deletion crates/optimism/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]

pub mod bedrock;
pub mod op_tx_type;
pub mod tx_type;
File renamed without changes.

0 comments on commit 133a957

Please sign in to comment.