Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Using hotfixes from RGB Core and Node
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 19, 2021
1 parent 8f01487 commit 3a1dbf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 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 @@ -22,12 +22,12 @@ descriptor-wallet = { version = "0.4", features = ["serde"] }
lnpbp = { version = "0.4", features = ["serde"] }
lnpbp-invoice = { version = "0.1", features = ["serde", "rgb"] }
lnp-core = { version = "0.3.1", features = ["serde"] }
rgb-core = { version = "0.4.2", features = ["serde"] }
rgb-core = { version = "0.4.3", features = ["serde"] }
rgb20 = { version = "0.4", features = ["serde"] }
# rgb21 = { version = "0.3.0-beta.3", optional = true }
# rgb22 = { version = "0.3.0-beta.3", optional = true }
# rgb23 = { version = "0.3.0-beta.3", optional = true }
rgb_node = { version = "0.4", optional = true, default-features = false, features = ["fungibles", "serde", "server", "electrum-client"] }
rgb_node = { version = ">=0.4.1", optional = true, default-features = false, features = ["fungibles", "serde", "server", "electrum-client"] }
internet2 = { version = "0.3.10", features = ["serde", "url", "zmq"] }
microservices = { version = "0.3.10", default-features = false, features = ["serde", "node"] }
# Bitcoin
Expand Down

0 comments on commit 3a1dbf9

Please sign in to comment.