Skip to content

Commit 34d2476

Browse files
authored
Pin rgb-lib to release v0.3.0-beta.24 (#19)
1 parent d1f9bf1 commit 34d2476

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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", optional = true, default-features = false, features =
2424
bitcoin = { version = "0.32.2", default-features = false, features = ["secp-recovery"] }
2525

2626
# RGB and related
27-
rgb-lib = { git = "https://github.com/UTEXO-Protocol/rgb-lib.git", branch = "dev", features = [
27+
rgb-lib = { git = "https://github.com/UTEXO-Protocol/rgb-lib.git", tag = "v0.3.0-beta.24", features = [
2828
"electrum",
2929
"esplora",
3030
] }

lightning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ inventory = { version = "0.3", optional = true }
5454
# RGB and related
5555
bincode = "1.3"
5656
futures = "0.3"
57-
rgb-lib = { git = "https://github.com/UTEXO-Protocol/rgb-lib.git", branch = "dev", features = [
57+
rgb-lib = { git = "https://github.com/UTEXO-Protocol/rgb-lib.git", tag = "v0.3.0-beta.24", features = [
5858
"electrum",
5959
"esplora",
6060
] }

0 commit comments

Comments
 (0)