Skip to content

Commit

Permalink
update rgb-lib to 0.3.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Oct 9, 2024
1 parent ec94f82 commit 2038279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightning-invoice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1.0.118", optional = true }
bitcoin = { version = "0.30.2", default-features = false }

# RGB and related
rgb-lib = { version = "0.3.0-alpha.8", features = [
rgb-lib = { version = "0.3.0-alpha.9", features = [
"electrum",
"esplora",
] }
Expand Down
2 changes: 1 addition & 1 deletion lightning/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ libm = { version = "0.2", optional = true, default-features = false }

# RGB and related
futures = "0.3"
rgb-lib = { version = "0.3.0-alpha.8", features = [
rgb-lib = { version = "0.3.0-alpha.9", features = [
"electrum",
"esplora",
] }
Expand Down

0 comments on commit 2038279

Please sign in to comment.