]> Untitled Git - bdk-cli/commitdiff
Add bdk and bdk_macros dependency versions
authorSteve Myers <steve@notmandatory.org>
Thu, 7 Jan 2021 21:24:06 +0000 (13:24 -0800)
committerSteve Myers <steve@notmandatory.org>
Thu, 7 Jan 2021 21:24:06 +0000 (13:24 -0800)
Cargo.toml

index a49e43eaa996abf9f095141c10c4d836b96247ee..516b31f2b5a79a66587fcfa00c9230347d7e0195 100644 (file)
@@ -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"