File tree 1 file changed +2
-11
lines changed
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ readme = "README.md"
15
15
rust-version = " 1.63.0"
16
16
17
17
[dependencies ]
18
- bitcoin = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git " , rev = " 7df5e7c1bcb4aaf3247f0b76591db9744f03425e " }
18
+ bitcoin = " 0.32.5 "
19
19
rand = { version = " 0.8.5" , default-features = false , optional = true }
20
20
21
21
[dev-dependencies ]
22
- bitcoin = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git " , rev = " 7df5e7c1bcb4aaf3247f0b76591db9744f03425e " , features = [ " arbitrary " ] }
22
+ bitcoin = " 0.32.5 "
23
23
criterion = " 0.3"
24
24
bitcoin-coin-selection = {path = " ." , features = [" rand" ]}
25
25
rand = " 0.8.5"
@@ -30,12 +30,3 @@ exhaustigen = "0.1.0"
30
30
[[bench ]]
31
31
name = " coin_selection"
32
32
harness = false
33
-
34
- [patch .crates-io ]
35
- bitcoin_hashes = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git" , rev = " 7df5e7c1bcb4aaf3247f0b76591db9744f03425e" }
36
- base58ck = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git" , rev = " 7df5e7c1bcb4aaf3247f0b76591db9744f03425e" }
37
- bitcoin-internals = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git" , rev = " 7df5e7c1bcb4aaf3247f0b76591db9744f03425e" }
38
- bitcoin-io = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git" , rev = " 7df5e7c1bcb4aaf3247f0b76591db9744f03425e" }
39
- bitcoin-primitives = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git" , rev = " 7df5e7c1bcb4aaf3247f0b76591db9744f03425e" }
40
- bitcoin-addresses = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git" , rev = " 7df5e7c1bcb4aaf3247f0b76591db9744f03425e" }
41
- bitcoin-units = { git = " https://github.com/rust-bitcoin/rust-bitcoin.git" , rev = " 7df5e7c1bcb4aaf3247f0b76591db9744f03425e" }
You can’t perform that action at this time.
0 commit comments