Skip to content

Commit 515063b

Browse files
committed
update rgb-lib to 0.2.0
1 parent d1145ee commit 515063b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.8"
32+
rgb-std = "=0.10.9"
3333

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

lightning/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ backtrace = { version = "0.3", optional = true }
5050
core2 = { version = "0.3.0", optional = true, default-features = false }
5151

5252
# RGB and related
53-
amplify = "=4.0.1"
53+
amplify = "=4.5.0"
5454
base64 = "0.13.0"
55-
bp-core = { version = "=0.10.9" }
56-
commit_verify = "=0.10.5"
55+
bp-core = "=0.10.11"
56+
commit_verify = "=0.10.6"
5757
futures = "0.3"
58-
hex = { version = "0.4" }
58+
hex = "0.4"
5959
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking"] }
60-
rgb-contracts = { version = "=0.10.0", features = ["electrum"] }
61-
rgb_core = { package = "rgb-core", version = "=0.10.7" }
62-
rgb-lib = "=0.2.0-alpha.5"
63-
rgb-std = { version = "=0.10.8" }
64-
rgb-wallet = { version = "=0.10.8" }
60+
rgb-contracts = { version = "=0.10.2", features = ["electrum"] }
61+
rgb_core = { package = "rgb-core", version = "=0.10.8" }
62+
rgb-lib = "=0.2.0"
63+
rgb-std = "=0.10.9"
64+
rgb-wallet = "=0.10.9"
6565
serde = { version = "^1.0", features = ["derive"] }
66-
serde_json = { version = "^1.0" }
67-
strict_encoding = "=2.5.0"
66+
serde_json = "^1.0"
67+
strict_encoding = "=2.6.1"
6868
tokio = { version = "1.14.1", features = ["macros", "rt-multi-thread"] }
6969

7070
[dev-dependencies]

0 commit comments

Comments
 (0)