Skip to content

Commit

Permalink
Bump version to 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rajarshimaitra committed Mar 8, 2023
1 parent e3d09a6 commit 45a0952
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
@@ -1,6 +1,6 @@
[package]
name = "bdk-cli"
version = "0.27.0"
version = "0.27.1"
edition = "2018"
authors = ["Alekos Filini <[email protected]>", "Riccardo Casatta <[email protected]>", "Steve Myers <[email protected]>"]
homepage = "https://bitcoindevkit.org"
Expand All @@ -26,7 +26,7 @@ base64 = "^0.13"
rustyline = { version = "~9.0", optional = true }
fd-lock = { version = "=3.0.2", optional = true }
regex = { version = "1", optional = true }
bdk-reserves = { version = "0.27", optional = true }
bdk-reserves = { version = "0.27.1", optional = true }
electrsd = { version= "0.22", features = ["bitcoind_22_0"], optional = true}

# Platform-specific dependencies
Expand Down

0 comments on commit 45a0952

Please sign in to comment.