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

Upgrade LDK to v0.0.125 #147

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ std = ["lightning/std", "bitcoin/std", "lightning-invoice/std"]
no-std = ["hashbrown", "lightning/no-std"]

[dependencies]
lightning = { version = "0.0.124", default-features = false }
lightning = { version = "0.0.125", default-features = false }
lightning-types = { version = "0.1", default-features = false }
lightning-invoice = { version = "0.32.0", default-features = false, features = ["serde"] }
bitcoin = { version = "0.32.2", default-features = false, features = ["serde"] }
Expand All @@ -30,9 +30,9 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
serde_json = "1.0"

[dev-dependencies]
lightning = { version = "0.0.124", default-features = false, features = ["_test_utils"] }
lightning-persister = { version = "0.0.124", default-features = false }
lightning-background-processor = { version = "0.0.124", default-features = false, features = ["std"] }
lightning = { version = "0.0.125", default-features = false, features = ["_test_utils"] }
lightning-persister = { version = "0.0.125", default-features = false }
lightning-background-processor = { version = "0.0.125", default-features = false, features = ["std"] }
proptest = "1.0.0"
tokio = { version = "1.35", default-features = false, features = [ "rt-multi-thread", "time", "sync", "macros" ] }

Expand Down
Loading