From: Alekos Filini Date: Wed, 1 Jun 2022 12:50:08 +0000 (+0200) Subject: Update to the newest release of rust-bitcoin X-Git-Tag: v0.19.0~5^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.FileStoreError.html?a=commitdiff_plain;h=ef08fbd3c7f424cb77e231c2daaed2039b28b938;p=bdk Update to the newest release of rust-bitcoin --- diff --git a/Cargo.toml b/Cargo.toml index e7e1fd70..ddbc4612 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"