Skip to content

Commit

Permalink
feat: expose HostOrders (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Aug 20, 2024
1 parent 20b552b commit ede5854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [ "crates/*" ]
resolver = "2"

[workspace.package]
version = "0.5.0"
version = "0.5.1"
edition = "2021"
rust-version = "1.76"
authors = ["Zenith Contributors"]
Expand Down
2 changes: 1 addition & 1 deletion crates/types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]

mod bindings;
pub use bindings::{Passage, RollupOrders, RollupPassage, Transactor, Zenith};
pub use bindings::{HostOrders, Passage, RollupOrders, RollupPassage, Transactor, Zenith};

mod block;
pub use block::{decode_txns, encode_txns, Alloy2718Coder, Coder, ZenithBlock, ZenithTransaction};
Expand Down

0 comments on commit ede5854

Please sign in to comment.