We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effc26e commit f1f91d6Copy full SHA for f1f91d6
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "elements"
3
-version = "0.9.1"
+version = "0.9.2"
4
authors = ["Andrew Poelstra <apoelstra@blockstream.com>"]
5
description = "Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements"
6
license = "CC0-1.0"
src/lib.rs
@@ -25,7 +25,7 @@
25
#![deny(unused_mut)]
26
#![deny(missing_docs)]
27
28
-extern crate bitcoin;
+pub extern crate bitcoin;
29
#[cfg(feature = "serde")] extern crate serde;
30
31
#[cfg(test)] extern crate rand;
0 commit comments