Skip to content

Commit

Permalink
chore: release v0.11.0-beta.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 17, 2024
1 parent c6e2f88 commit 429c853
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["."]
exclude = ["convert"]

[workspace.package]
version = "0.11.0-beta.9"
version = "0.11.0-beta.9.1"
keywords = ["bitcoin", "wallet", "descriptor-wallet", "psbt", "taproot"]
categories = ["cryptography::cryptocurrencies"]
authors = ["Dr Maxim Orlovsky <[email protected]>"]
Expand All @@ -16,11 +16,11 @@ license = "Apache-2.0"
[workspace.dependencies]
amplify = "4.7.0"
nonasync = "0.1.2"
bp-std = "0.11.0-beta.9"
psbt = "0.11.0-beta.9"
descriptors = "0.11.0-beta.9"
bp-std = "0.11.0-beta.9.1"
psbt = "0.11.0-beta.9.1"
descriptors = "0.11.0-beta.9.1"
bp-esplora = { version = "0.11.0-beta.9", default-features = false, features = ["blocking"] }
bp-electrum = "0.11.0-beta.9"
bp-electrum = "0.11.0-beta.9.3"
serde_crate = { package = "serde", version = "1", features = ["derive"] }
serde_json = "1.0.114"
serde_yaml = "0.9.19"
Expand Down Expand Up @@ -56,7 +56,7 @@ name = "bpwallet"
[dependencies]
amplify = { workspace = true }
nonasync = { workspace = true }
strict_encoding = "2.7.0-beta.4"
strict_encoding = "2.7.0"
bp-std = { workspace = true }
bp-esplora = { workspace = true, optional = true }
bp-electrum = { workspace = true, optional = true }
Expand Down

0 comments on commit 429c853

Please sign in to comment.