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 Dec 23, 2024
1 parent 227912a commit a37ab77
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 80 deletions.
114 changes: 67 additions & 47 deletions Cargo.lock

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

43 changes: 10 additions & 33 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "psbt", "cli"]
default-members = [".", "psbt"]

[workspace.package]
version = "0.12.0-alpha.1"
version = "0.12.0-beta.4"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
authors = ["Dr Maxim Orlovsky <[email protected]>"]
Expand All @@ -15,16 +15,16 @@ license = "Apache-2.0"

[workspace.dependencies]
amplify = "4.8.0"
strict_encoding = "2.8.1"
commit_verify = "0.12.0-beta.1"
nonasync = "0.1.2"
bp-std = { version = "0.12.0-alpha.1", features = ["client-side-validation"] }
bp-electrum = "0.12.0-beta.1"
bp-esplora = { version = "0.12.0-beta.1", default-features = false }
bp-wallet = { version = "0.12.0-beta.1" }
rgb-std = { version = "0.12.0-alpha.1" }
rgb-runtime = { version = "0.12.0-alpha.1", path = "." }
rgb-psbt = { version = "0.12.0-alpha.1", path = "psbt" }
strict_encoding = "2.8.1"
commit_verify = "=0.12.0-beta.4"
bp-std = { version = "=0.12.0-beta.4", features = ["client-side-validation"] }
bp-electrum = "=0.12.0-beta.4"
bp-esplora = { version = "=0.12.0-beta.4", default-features = false }
bp-wallet = { version = "=0.12.0-beta.4" }
rgb-std = { version = "=0.12.0-beta.4" }
rgb-runtime = { version = "=0.12.0-beta.4", path = "." }
rgb-psbt = { version = "=0.12.0-beta.4", path = "psbt" }
indexmap = "2.7.0"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9.19"
Expand Down Expand Up @@ -88,26 +88,3 @@ serde = [

[package.metadata.docs.rs]
features = ["all"]

[patch.crates-io]
ultrasonic = { git = "https://github.com/AluVM/ultrasonic" }
hypersonic = { git = "https://github.com/AluVM/sonic" }
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.12" }
single_use_seals = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.12" }
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" }
bp-derive = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" }
descriptors = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" }
psbt = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" }
bp-std = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" }
bp-electrum = { git = "https://github.com/BP-WG/bp-electrum-client", branch = "v0.12" }
bp-esplora = { git = "https://github.com/BP-WG/bp-esplora-client", branch = "v0.12" }
bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "v0.12" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "v0.12" }
#rgb-core = { path = "../rgb-core" }
#rgb-std = { path = "../rgb-std" }
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.12" }

0 comments on commit a37ab77

Please sign in to comment.