Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 19, 2024
1 parent 8fbef52 commit b8dfa65
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

16 changes: 8 additions & 8 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.4"
version = "0.11.0-beta.5"
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.6.0"
bech32 = "0.9.1"
bitcoin_hashes = "0.13.0" # TODO: Remove and replace with commit_verify
commit_verify = "0.11.0-beta.4"
commit_verify = "0.11.0-beta.5"
strict_encoding = "2.7.0-beta.1"
bp-consensus = "0.11.0-beta.4"
bp-core = { version = "0.11.0-beta.4" }
bp-invoice = { version = "0.11.0-beta.4", path = "invoice" }
bp-derive = { version = "0.11.0-beta.4", path = "derive" }
descriptors = { version = "0.11.0-beta.4", path = "descriptors" }
psbt = { version = "0.11.0-beta.4", path = "psbt" }
bp-consensus = "0.11.0-beta.5"
bp-core = { version = "0.11.0-beta.5" }
bp-invoice = { version = "0.11.0-beta.5", path = "invoice" }
bp-derive = { version = "0.11.0-beta.5", path = "derive" }
descriptors = { version = "0.11.0-beta.5", path = "descriptors" }
psbt = { version = "0.11.0-beta.5", path = "psbt" }
indexmap = "2.0.0"
serde_crate = { package = "serde", version = "1", features = ["derive"] }

Expand Down

0 comments on commit b8dfa65

Please sign in to comment.