Skip to content

Commit a758653

Browse files
committed
chore: release v0.12.0-beta.6
1 parent f8d482e commit a758653

File tree

2 files changed

+116
-47
lines changed

2 files changed

+116
-47
lines changed

Cargo.lock

Lines changed: 107 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["invoice", "derive", "descriptors", "psbt", "."]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.12.0-beta.5"
6+
version = "0.12.0-beta.6"
77
keywords = ["bitcoin", "wallet", "descriptors", "psbt", "taproot"]
88
categories = ["cryptography::cryptocurrencies"]
99
authors = ["Dr Maxim Orlovsky <orlovsky@lnp-bp.org>"]
@@ -17,14 +17,14 @@ license = "Apache-2.0"
1717
amplify = "4.8.0"
1818
bech32 = "0.9.1"
1919
secp256k1 = "0.30.0"
20-
strict_encoding = "2.8.1"
21-
commit_verify = "=0.12.0-beta.5"
22-
bp-consensus = "=0.12.0-beta.5"
23-
bp-core = { version = "=0.12.0-beta.5" }
24-
bp-invoice = { version = "=0.12.0-beta.5", path = "invoice" }
25-
bp-derive = { version = "=0.12.0-beta.5", path = "derive" }
26-
descriptors = { version = "=0.12.0-beta.5", path = "descriptors" }
27-
psbt = { version = "=0.12.0-beta.5", path = "psbt" }
20+
strict_encoding = "2.8.2"
21+
commit_verify = "=0.12.0-beta.6"
22+
bp-consensus = "=0.12.0-beta.6"
23+
bp-core = { version = "=0.12.0-beta.6" }
24+
bp-invoice = { version = "=0.12.0-beta.6", path = "invoice" }
25+
bp-derive = { version = "=0.12.0-beta.6", path = "derive" }
26+
descriptors = { version = "=0.12.0-beta.6", path = "descriptors" }
27+
psbt = { version = "=0.12.0-beta.6", path = "psbt" }
2828
indexmap = "2.4.0"
2929
serde = { version = "1", features = ["derive"] }
3030

@@ -71,9 +71,3 @@ getrandom = { version = "0.2", features = ["js"] }
7171

7272
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
7373
wasm-bindgen-test = "0.3"
74-
75-
[patch.crates-io]
76-
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
77-
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
78-
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
79-
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }

0 commit comments

Comments
 (0)