Skip to content

Commit

Permalink
Merge #144: Update bdk from 0.27 to 0.27.1
Browse files Browse the repository at this point in the history
26cdc20 Update bdk from 0.27 to 0.27.1 (Steve Myers)

Pull request description:

  ### Description

  Update `bdk` from 0.27 to 0.27.1 to fix bitcoindevkit/bdk#866.

  ### Notes to the reviewers

  Once we get this verified for `bdk-cli` and `bdk-ffi` I'll publish the new bdk release and update this PR to use the new version.

  ## Changelog notice

  Changed
  - Update bdk from 0.27 to 0.27.1 to fix bitcoindevkit/bdk#866.

  ### Checklists

  #### All Submissions:

  * [x] I've signed all my commits
  * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md)
  * [x] I ran `cargo fmt` and `cargo clippy` before committing

ACKs for top commit:
  rajarshimaitra:
    tACK 26cdc20

Tree-SHA512: 7bc463872475804266ddef0bfe28a921395a526f3f9862152c3d48a6cdbfba45e9be9a99f919c27a872d76c21e119a54197a1c17bef45362e32eeb948258740f
  • Loading branch information
rajarshimaitra committed Feb 26, 2023
2 parents c00258b + 26cdc20 commit 7b0b479
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 24 deletions.
39 changes: 16 additions & 23 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
license = "MIT"

[dependencies]
bdk = { version = "0.27", default-features = false, features = ["all-keys"] }
bdk = { version = "0.27.1", default-features = false, features = ["all-keys"] }
bdk-macros = "0.6"
clap = { version = "3.2.22", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 7b0b479

Please sign in to comment.