Skip to content

Commit 865bffa

Browse files
authored
Merge pull request #15 from ElementsProject/2019-03-bitcoin-018
update `rust-bitcoin` to 0.18
2 parents 17cd94a + 08a5e12 commit 865bffa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elements"
3-
version = "0.6.0"
3+
version = "0.7.0"
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"
@@ -21,7 +21,7 @@ bitcoin_hashes = "0.3.0"
2121
secp256k1 = "0.12.0"
2222

2323
[dependencies.bitcoin]
24-
version = "0.17.0"
24+
version = "0.18.0"
2525

2626
[dependencies.serde]
2727
version = "1.0"

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ afl = { version = "0.3", optional = true }
1717
elements = { path = "..", features = ["fuzztarget", "serde-feature"] }
1818

1919
[dependencies.bitcoin]
20-
version = "0.17"
20+
version = "0.18"
2121

2222
# Prevent this from interfering with workspaces
2323
[workspace]

0 commit comments

Comments
 (0)