]> Untitled Git - bdk-cli/commitdiff
Update 'bdk' to '0.4.0' and 'bdk-macros' to '0.3.0'
authorSteve Myers <steve@notmandatory.org>
Sun, 21 Feb 2021 01:16:56 +0000 (17:16 -0800)
committerSteve Myers <steve@notmandatory.org>
Sun, 21 Feb 2021 04:13:39 +0000 (20:13 -0800)
Cargo.toml

index 056f5121db39463b9d724b5d5091430656658039..b662aeace1b9c238b4a583cac2523390da27911f 100644 (file)
@@ -12,8 +12,8 @@ readme = "README.md"
 license = "MIT"
 
 [dependencies]
-bdk = { git = "https://github.com/bitcoindevkit/bdk.git", rev = "c4f2179", default-features = false, features = ["all-keys"]}
-bdk-macros = { git = "https://github.com/bitcoindevkit/bdk.git", rev = "c4f2179" }
+bdk = { version = "^0.4", default-features = false, features = ["all-keys"]}
+bdk-macros = "^0.3"
 structopt = "^0.3"
 serde_json = { version = "^1.0" }
 log = "^0.4"