Skip to content

Commit c6673aa

Browse files
committed
update rgb-lib to 0.3.0-beta.4
1 parent 30d675b commit c6673aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning-invoice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde = { version = "1.0.118", optional = true }
2424
bitcoin = { version = "0.32.2", default-features = false, features = ["secp-recovery"] }
2525

2626
# RGB and related
27-
rgb-lib = { version = "0.3.0-beta.3", features = [
27+
rgb-lib = { version = "0.3.0-beta.4", features = [
2828
"electrum",
2929
"esplora",
3030
] }

lightning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ libm = { version = "0.2", optional = true, default-features = false }
5353

5454
# RGB and related
5555
futures = "0.3"
56-
rgb-lib = { version = "0.3.0-beta.3", features = [
56+
rgb-lib = { version = "0.3.0-beta.4", features = [
5757
"electrum",
5858
"esplora",
5959
] }

0 commit comments

Comments
 (0)