@@ -3,25 +3,23 @@ authors = [
33 " Yancy Ribbens <email@yancy.lol>" ,
44]
55edition = " 2018"
6+ homepage = " https://github.com/rust-bitcoin/rust-bitcoin-coin-selection/"
67license = " CC0-1.0"
78name = " bitcoin-coin-selection"
8- repository = " https://github.com/p2pderivatives /rust-bitcoin-coin-selection"
9- version = " 0.7 .1"
9+ repository = " https://github.com/rust-bitcoin /rust-bitcoin-coin-selection/ "
10+ version = " 0.6 .1"
1011# documentation = "https://docs.rs/bitcoin-coin-selection/"
1112description = " Libary providing utility functions to efficiently select a set of UTXOs."
1213keywords = [" bitcoin" , " coin-selection" , " coin" , " coinselection" , " utxo" ]
1314readme = " README.md"
1415rust-version = " 1.63.0"
1516
16- [package .metadata .docs .rs ]
17- features = [" rand" ]
18-
1917[dependencies ]
20- bitcoin = " 0.32.7 "
21- rand = { version = " 0.8.5" , optional = true }
18+ bitcoin = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git " , rev = " eb59238769471bef7ba79a418bc124f05660e571 " }
19+ rand = {version = " 0.8.5" , default-features = false , optional = true }
2220
2321[dev-dependencies ]
24- bitcoin = " 0.32.7 "
22+ bitcoin = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git " , rev = " eb59238769471bef7ba79a418bc124f05660e571 " , features = [ " arbitrary " ] }
2523criterion = " 0.3"
2624bitcoin-coin-selection = {path = " ." , features = [" rand" ]}
2725rand = " 0.8.5"
@@ -34,4 +32,4 @@ name = "coin_selection"
3432harness = false
3533
3634[patch .crates-io ]
37- bitcoin-units = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git" , rev = " 06d7edd7cf0d3e45b801a290b0937df7431caf70 " , features = [ " arbitrary " ] }
35+ bitcoin-units = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git" , rev = " eb59238769471bef7ba79a418bc124f05660e571 " }
0 commit comments