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 0dd57b9 commit f81848a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["invoice", "derive", "descriptors", "psbt", "."]
resolver = "2"

[workspace.package]
version = "0.11.0-beta.9"
version = "0.11.0-beta.9.1"
keywords = ["bitcoin", "wallet", "descriptors", "psbt", "taproot"]
categories = ["cryptography::cryptocurrencies"]
authors = ["Dr Maxim Orlovsky <[email protected]>"]
Expand All @@ -21,10 +21,10 @@ strict_encoding = "2.7.0"
commit_verify = "0.11.0-beta.9"
bp-consensus = "0.11.0-beta.9"
bp-core = { version = "0.11.0-beta.9" }
bp-invoice = { version = "0.11.0-beta.9", path = "invoice" }
bp-derive = { version = "0.11.0-beta.9", path = "derive" }
descriptors = { version = "0.11.0-beta.9", path = "descriptors" }
psbt = { version = "0.11.0-beta.9", path = "psbt" }
bp-invoice = { version = "0.11.0-beta.9.1", path = "invoice" }
bp-derive = { version = "0.11.0-beta.9.1", path = "derive" }
descriptors = { version = "0.11.0-beta.9.1", path = "descriptors" }
psbt = { version = "0.11.0-beta.9.1", path = "psbt" }
indexmap = "2.4.0"
serde_crate = { package = "serde", version = "1", features = ["derive"] }

Expand Down

0 comments on commit f81848a

Please sign in to comment.