diff --git a/Cargo.toml b/Cargo.toml index aad58562..cbc6d698 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elements" -version = "0.9.1" +version = "0.9.2" authors = ["Andrew Poelstra "] description = "Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements" license = "CC0-1.0" diff --git a/src/lib.rs b/src/lib.rs index d6d03bb4..b659bbfa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,7 +25,7 @@ #![deny(unused_mut)] #![deny(missing_docs)] -extern crate bitcoin; +pub extern crate bitcoin; #[cfg(feature = "serde")] extern crate serde; #[cfg(test)] extern crate rand;