Skip to content

Commit f1f91d6

Browse files
committed
Export bitcoin dependency
1 parent effc26e commit f1f91d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elements"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Andrew Poelstra <apoelstra@blockstream.com>"]
55
description = "Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements"
66
license = "CC0-1.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#![deny(unused_mut)]
2626
#![deny(missing_docs)]
2727

28-
extern crate bitcoin;
28+
pub extern crate bitcoin;
2929
#[cfg(feature = "serde")] extern crate serde;
3030

3131
#[cfg(test)] extern crate rand;

0 commit comments

Comments
 (0)