Skip to content

Commit 9c528d7

Browse files
committed
use rgb-lib + fixes/improvements
1 parent bd53ce2 commit 9c528d7

File tree

4 files changed

+120
-122
lines changed

4 files changed

+120
-122
lines changed

lightning-invoice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ hashbrown = { version = "0.8", optional = true }
2929
bitcoin = { version = "0.29.0", default-features = false }
3030

3131
# RGB and related
32-
rgb-std = "=0.10.7"
32+
rgb-std = "=0.10.8"
3333

3434
[dev-dependencies]
3535
lightning = { version = "0.0.115", path = "../lightning", default-features = false, features = ["_test_utils"] }

lightning/Cargo.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,16 @@ core2 = { version = "0.3.0", optional = true, default-features = false }
5353
# RGB and related
5454
amplify = "=4.0.1"
5555
base64 = "0.13.0"
56-
bp-core = { version = "=0.10.9", features = ["serde"] }
57-
bp-seals = "=0.10.9"
56+
bp-core = { version = "=0.10.9" }
5857
commit_verify = "=0.10.5"
5958
futures = "0.3"
6059
hex = { version = "0.4" }
6160
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking"] }
62-
rgb-contracts = { version = "=0.10.0-rc.5", features = ["all", "electrum"] }
61+
rgb-contracts = { version = "=0.10.0", features = ["electrum"] }
6362
rgb_core = { package = "rgb-core", version = "=0.10.7" }
64-
rgb-schemata = "=0.10.0-rc.3"
65-
rgb-std = { version = "=0.10.7", features = ["all"] }
66-
rgb-wallet = { version = "=0.10.7", features = ["all"] }
63+
rgb-lib = "0.2.0-alpha.3"
64+
rgb-std = { version = "=0.10.8" }
65+
rgb-wallet = { version = "=0.10.8" }
6766
serde = { version = "^1.0", features = ["derive"] }
6867
serde_json = { version = "^1.0" }
6968
strict_encoding = "=2.5.0"

0 commit comments

Comments
 (0)