Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit ede5854

Browse files
authored
feat: expose HostOrders (#41)
1 parent 20b552b commit ede5854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [ "crates/*" ]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.5.0"
6+
version = "0.5.1"
77
edition = "2021"
88
rust-version = "1.76"
99
authors = ["Zenith Contributors"]

crates/types/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
1313

1414
mod bindings;
15-
pub use bindings::{Passage, RollupOrders, RollupPassage, Transactor, Zenith};
15+
pub use bindings::{HostOrders, Passage, RollupOrders, RollupPassage, Transactor, Zenith};
1616

1717
mod block;
1818
pub use block::{decode_txns, encode_txns, Alloy2718Coder, Coder, ZenithBlock, ZenithTransaction};

0 commit comments

Comments
 (0)