Update bdk-macros

This commit is contained in:
Alekos Filini 2021-08-09 14:57:58 +02:00
parent 9aba3196ff
commit d03d3c0dbd
No known key found for this signature in database
GPG Key ID: 431401E4A4530061

View File

@ -12,7 +12,7 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
[dependencies]
bdk-macros = { path = "macros"} # TODO: Change this to version number after next release.
bdk-macros = "0.5"
log = "^0.4"
miniscript = "5.1"
bitcoin = { version = "~0.26.2", features = ["use-serde", "base64"] }