Skip to content

Commit

Permalink
Upgrade LDK to v0.0.121
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Jan 23, 2024
1 parent bed4a0e commit e9c12cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ panic = 'abort' # Abort on panic
default = []

[dependencies]
lightning = { version = "0.0.120", features = ["std"] }
lightning-invoice = { version = "0.28.0" }
lightning-net-tokio = { version = "0.0.120" }
lightning-persister = { version = "0.0.120" }
lightning-background-processor = { version = "0.0.120", features = ["futures"] }
lightning-rapid-gossip-sync = { version = "0.0.120" }
lightning-transaction-sync = { version = "0.0.120", features = ["esplora-async-https", "time"] }
lightning = { version = "0.0.121", features = ["std"] }
lightning-invoice = { version = "0.29.0" }
lightning-net-tokio = { version = "0.0.121" }
lightning-persister = { version = "0.0.121" }
lightning-background-processor = { version = "0.0.121", features = ["futures"] }
lightning-rapid-gossip-sync = { version = "0.0.121" }
lightning-transaction-sync = { version = "0.0.121", features = ["esplora-async-https", "time"] }

#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std"] }
#lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
Expand Down Expand Up @@ -75,7 +75,7 @@ prost = { version = "0.11.6", default-features = false}
winapi = { version = "0.3", features = ["winbase"] }

[dev-dependencies]
lightning = { version = "0.0.120", features = ["std", "_test_utils"] }
lightning = { version = "0.0.121", features = ["std", "_test_utils"] }
#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std", "_test_utils"] }
electrum-client = { version = "0.15.1", default-features = true }
bitcoincore-rpc = { version = "0.17.0", default-features = false }
Expand Down

0 comments on commit e9c12cf

Please sign in to comment.