Skip to content

Commit 5ce034b

Browse files
committed
Release 0.7.0
1 parent b26f09a commit 5ce034b

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

Cargo.toml

+2-11
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ readme = "README.md"
1515
rust-version = "1.63.0"
1616

1717
[dependencies]
18-
bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin.git", rev = "7df5e7c1bcb4aaf3247f0b76591db9744f03425e" }
18+
bitcoin = "0.32.5"
1919
rand = { version = "0.8.5", default-features = false, optional = true }
2020

2121
[dev-dependencies]
22-
bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin.git", rev = "7df5e7c1bcb4aaf3247f0b76591db9744f03425e", features = ["arbitrary"] }
22+
bitcoin = "0.32.5"
2323
criterion = "0.3"
2424
bitcoin-coin-selection = {path = ".", features = ["rand"]}
2525
rand = "0.8.5"
@@ -30,12 +30,3 @@ exhaustigen = "0.1.0"
3030
[[bench]]
3131
name = "coin_selection"
3232
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" }

0 commit comments

Comments
 (0)