Skip to content

Commit 253f396

Browse files
committed
Merge #309: re-export ghost_cell at the root
bb970ca re-export ghost_cell at the root (Andrew Poelstra) Pull request description: We use the GhostToken type in our public API (in Context::new). We should re-export the crate so users can access this type without needing to add their own dependency (and keep it in sync etc) ACKs for top commit: canndrew: ACK bb970ca Tree-SHA512: 27e0d4e7e7a72d00062cef67375116ab767617f62fb696b6c94b2ba000433683fed3de6e20ad316b8206444c77a37a4d472e95af88d4f965f6ddaa71af702b23
2 parents 5a6cc66 + bb970ca commit 253f396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ pub extern crate serde;
2222
pub use bitcoin::base64;
2323
/// Re-export of byteorder crate
2424
pub extern crate byteorder;
25+
/// Re-export of ghost_cell crate
26+
pub extern crate ghost_cell;
2527
/// Re-export of hashes crate
2628
pub extern crate hashes;
2729
/// Re-export of hex crate

0 commit comments

Comments
 (0)