Skip to content

Commit

Permalink
update rgb-lib to 0.3.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Sep 18, 2024
1 parent 372f2e3 commit ec94f82
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.7", features = [
rgb-lib = { version = "0.3.0-alpha.8", 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.7", features = [
rgb-lib = { version = "0.3.0-alpha.8", features = [
"electrum",
"esplora",
] }
Expand Down

0 comments on commit ec94f82

Please sign in to comment.