Skip to content

Commit 782f9e7

Browse files
committed
release: prepare 0.7.1
1 parent 8416fb6 commit 782f9e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ edition = "2018"
66
license = "CC0-1.0"
77
name = "bitcoin-coin-selection"
88
repository = "https://github.com/p2pderivatives/rust-bitcoin-coin-selection"
9-
version = "0.7.0"
9+
version = "0.7.1"
1010
# documentation = "https://docs.rs/bitcoin-coin-selection/"
1111
description = "Libary providing utility functions to efficiently select a set of UTXOs."
1212
keywords = ["bitcoin", "coin-selection", "coin", "coinselection", "utxo"]
1313
readme = "README.md"
1414
rust-version = "1.63.0"
1515

1616
[dependencies]
17-
bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin.git", rev = "06d7edd7cf0d3e45b801a290b0937df7431caf70" }
17+
bitcoin = "0.32.7"
1818
rand = { version = "0.8.5", default-features = false, optional = true }
1919

2020
[dev-dependencies]
21-
bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin.git", rev = "06d7edd7cf0d3e45b801a290b0937df7431caf70", features = ["arbitrary"]}
21+
bitcoin = "0.32.7"
2222
criterion = "0.3"
2323
bitcoin-coin-selection = {path = ".", features = ["rand"]}
2424
rand = "0.8.5"

0 commit comments

Comments
 (0)