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

Commit

Permalink
Merge pull request #147 from G8XSU/ldk-125-upgrade
Browse files Browse the repository at this point in the history
Upgrade LDK to v0.0.125
  • Loading branch information
tnull authored Oct 15, 2024
2 parents 1669d1e + 9822db4 commit bb2e99b
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit bb2e99b

Please sign in to comment.