Update to the newest release of rust-bitcoin

This commit is contained in:
Alekos Filini 2022-06-01 14:50:08 +02:00
parent 5320c8353e
commit ef08fbd3c7
No known key found for this signature in database
GPG Key ID: 431401E4A4530061

View File

@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"
bdk-macros = "^0.6"
log = "^0.4"
miniscript = { version = "7.0", features = ["use-serde"] }
bitcoin = { version = "0.28", features = ["use-serde", "base64", "rand"] }
bitcoin = { version = "0.28.1", features = ["use-serde", "base64", "rand"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0" }
rand = "^0.7"