Skip to content

Commit

Permalink
chore: update rgb dependencies to remain compilable
Browse files Browse the repository at this point in the history
  • Loading branch information
will-bitlight committed Jul 13, 2024
1 parent 9436a3a commit 0dddfa1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ bp-seals = "0.11.0-beta.6"
bp-std = { git = "https://github.com/will-bitlight/bp-std.git", branch = "testnet4"}
descriptors = { git = "https://github.com/will-bitlight/bp-std.git", branch = "testnet4"}
psbt = { git = "https://github.com/will-bitlight/bp-std.git", branch = "testnet4", features = ["client-side-validation"]}
bp-wallet = { git = "https://github.com/will-bitlight/bp-wallet.git", rev = "c1d7ce9"}
rgb-std = { git = "https://github.com/will-bitlight/rgb-std.git", rev = "929c416", features = ["fs"]}
rgb-interfaces = { git = "https://github.com/will-bitlight/rgb-interfaces.git", branch = "testnet4"}
bp-wallet = { git = "https://github.com/will-bitlight/bp-wallet.git", rev = "bcba0d4", features = ["cli"]}
rgb-std = { git = "https://github.com/will-bitlight/rgb-std.git", rev = "78a4951", features = ["fs"]}
rgb-interfaces = { git = "https://github.com/will-bitlight/rgb-interfaces.git", rev = "19526d5"}

bp-electrum = "0.11.0-beta.6"
bp-esplora = { version = "0.11.0-beta.6", default-features = false, features = ["blocking"] }
Expand Down

0 comments on commit 0dddfa1

Please sign in to comment.