Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
WIP Upgrade to LDK 0.0.122
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Mar 7, 2024
1 parent f200eb2 commit 09d185a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ std = ["lightning/std", "bitcoin/std", "lightning-invoice/std"]
no-std = ["hashbrown", "lightning/no-std", "lightning-invoice/no-std", "bitcoin/no-std", "core2/alloc"]

[dependencies]
lightning = { version = "0.0.121", default-features = false, features = ["max_level_trace"] }
lightning-invoice = { version = "0.29.0", default-features = false, features = ["serde"] }
#lightning = { version = "0.0.121", default-features = false, features = ["max_level_trace"] }
#lightning-invoice = { version = "0.29.0", default-features = false, features = ["serde"] }
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "3c9d88af2636422000402adb5aa4eab7c0845e81", default-features = false, features = ["max_level_trace"] }
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "3c9d88af2636422000402adb5aa4eab7c0845e81", default-features = false, features = ["serde"] }
bitcoin = { version = "0.30.2", default-features = false, features = ["serde"] }
hashbrown = { version = "0.8", optional = true }
core2 = { version = "0.3.0", optional = true, default-features = false }
Expand Down

0 comments on commit 09d185a

Please sign in to comment.