Skip to content

Commit

Permalink
Upgrade LDK to 0.0.125
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Nov 20, 2024
1 parent f12e3e4 commit 20a039c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ edition = "2021"
[dependencies]
bitcoin = "0.32.2"
hex-conservative = "0.2.1"
lightning = { version = "0.0.124" }
lightning-block-sync = { version = "0.0.124", features=["rest-client"] }
lightning-net-tokio = { version = "0.0.124" }
lightning = { version = "0.0.125" }
lightning-block-sync = { version = "0.0.125", features=["rest-client"] }
lightning-net-tokio = { version = "0.0.125" }
tokio = { version = "1.25", features = ["full"] }
tokio-postgres = { version = "=0.7.5" }
futures = "0.3"

[dev-dependencies]
lightning = { version = "0.0.124", features = ["_test_utils"] }
lightning-rapid-gossip-sync = { version = "0.0.124" }
lightning = { version = "0.0.125", features = ["_test_utils"] }
lightning-rapid-gossip-sync = { version = "0.0.125" }

[profile.dev]
panic = "abort"
Expand Down

0 comments on commit 20a039c

Please sign in to comment.