Skip to content

Commit 1275e05

Browse files
committed
deps: use resolver v2
1 parent a4a34a8 commit 1275e05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ authors = [
33
"Yancy Ribbens <email@yancy.lol>",
44
]
55
edition = "2021"
6-
resolver = "3"
6+
resolver = "2"
77
license = "CC0-1.0"
88
name = "bitcoin-coin-selection"
99
repository = "https://github.com/p2pderivatives/rust-bitcoin-coin-selection"
10-
version = "0.7.2"
10+
version = "0.9.0"
1111
# documentation = "https://docs.rs/bitcoin-coin-selection/"
1212
description = "Libary providing utility functions to efficiently select a set of UTXOs."
1313
keywords = ["bitcoin", "coin-selection", "coin", "coinselection", "utxo"]

0 commit comments

Comments
 (0)