Skip to content

Commit

Permalink
release v0.11.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 25, 2023
1 parent 89b9a2d commit 45841a7
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 47 deletions.
70 changes: 38 additions & 32 deletions Cargo.lock

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

23 changes: 8 additions & 15 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.2"
version = "0.11.0-beta.3"
keywords = ["bitcoin", "wallet", "descriptors", "psbt", "taproot"]
categories = ["cryptography::cryptocurrencies"]
authors = ["Dr Maxim Orlovsky <orlovsky@lnp-bp.org>"]
Expand All @@ -17,14 +17,14 @@ license = "Apache-2.0"
amplify = "4.5.0"
bech32 = "0.9.1"
bitcoin_hashes = "0.13.0" # TODO: Remove and replace with commit_verify
commit_verify = "0.11.0-beta.1"
commit_verify = "0.11.0-beta.2"
strict_encoding = "2.6.1"
bp-consensus = "0.11.0-beta.2"
bp-core = { version = "0.11.0-beta.1" }
bp-invoice = { version = "0.11.0-beta.2", path = "invoice" }
bp-derive = { version = "0.11.0-beta.2", path = "derive" }
descriptors = { version = "0.11.0-beta.2", path = "descriptors" }
psbt = { version = "0.11.0-beta.2", path = "psbt" }
bp-consensus = "0.11.0-beta.3"
bp-core = { version = "0.11.0-beta.2" }
bp-invoice = { version = "0.11.0-beta.3", path = "invoice" }
bp-derive = { version = "0.11.0-beta.3", path = "derive" }
descriptors = { version = "0.11.0-beta.3", path = "descriptors" }
psbt = { version = "0.11.0-beta.3", path = "psbt" }
indexmap = "2.0.0"
serde_crate = { package = "serde", version = "1", features = ["derive"] }

Expand Down Expand Up @@ -61,10 +61,3 @@ all = ["client-side-validation", "strict_encoding", "serde"]
strict_encoding = ["psbt/strict_encoding"]
client-side-validation = ["bp-core", "psbt/client-side-validation"]
serde = ["serde_crate", "bp-consensus/serde", "bp-invoice/serde", "bp-derive/serde", "descriptors/serde", "psbt/serde"]

[patch.crates-io]
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.11" }
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "doubleanchors" }
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "doubleanchors" }
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "doubleanchors" }
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "doubleanchors" }

0 comments on commit 45841a7

Please sign in to comment.