Skip to content

Commit

Permalink
depend on bp-wallet w/electrum support
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed Mar 12, 2024
1 parent 894d037 commit c0d7d01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ serde = ["serde_crate", "serde_with", "serde_yaml", "bp-std/serde", "bp-wallet/s
features = ["all"]

[patch.crates-io]
bp-util = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" }
bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" }
bp-util = { git = "https://github.com/nicbus/bp-wallet", branch = "electrum" }
bp-wallet = { git = "https://github.com/nicbus/bp-wallet", branch = "electrum" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "serde_fix" }
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "serde" }
aluvm = { git = "https://github.com/AluVM/rust-aluvm", branch = "master" }

0 comments on commit c0d7d01

Please sign in to comment.