From: Steve Myers Date: Thu, 7 Jan 2021 21:24:06 +0000 (-0800) Subject: Add bdk and bdk_macros dependency versions X-Git-Tag: v0.1.0~3 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.SegwitCodeLengthError.html?a=commitdiff_plain;h=f11c97a41b0bfc6b936c3d83a772c545e14f0e96;p=bdk-cli Add bdk and bdk_macros dependency versions --- diff --git a/Cargo.toml b/Cargo.toml index a49e43e..516b31f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ readme = "README.md" license-file = "LICENSE" [dependencies] -bdk = { git = "https://github.com/bitcoindevkit/bdk.git" } -bdk-macros = { git = "https://github.com/bitcoindevkit/bdk.git" } +bdk = "^0.2" +bdk-macros = "^0.2" structopt = "^0.3" serde_json = { version = "^1.0" } log = "^0.4"