]> Untitled Git - bdk-cli/commitdiff
Update bdk version to 0.17
authorSteve Myers <steve@notmandatory.org>
Tue, 29 Mar 2022 22:53:22 +0000 (15:53 -0700)
committerSteve Myers <steve@notmandatory.org>
Tue, 29 Mar 2022 22:53:22 +0000 (15:53 -0700)
Cargo.toml

index 8330520aa188fdb9b65eb0e506dd57bdf5f92c7d..ee26bddb3b904b06e291d3bd92eb802c315fc6a7 100644 (file)
@@ -12,7 +12,7 @@ readme = "README.md"
 license = "MIT"
 
 [dependencies]
-bdk = { git = "https://github.com/LLFourn/bdk.git", branch = "remove-blockchain-from-wallet", default-features = false, features = ["all-keys"]}
+bdk = { version = "0.17", default-features = false, features = ["all-keys"]}
 bdk-macros = "0.6"
 structopt = "^0.3"
 serde_json = { version = "^1.0" }