Skip to content

Commit

Permalink
Update bdk and bdk-macro dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rajarshimaitra committed Nov 16, 2021
1 parent b0c78e0 commit f8f65f2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 54 deletions.
97 changes: 45 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ readme = "README.md"
license = "MIT"

[dependencies]
bdk = { version = "0.12.0", default-features = false, features = ["all-keys"]}
bdk-macros = "^0.4"
bdk = { version = "0.13.0", default-features = false, features = ["all-keys"]}
bdk-macros = "0.6"
structopt = "^0.3"
serde_json = { version = "^1.0" }
log = "^0.4"
Expand Down

0 comments on commit f8f65f2

Please sign in to comment.