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

Commit c9437be

Browse files
committed
Upgrade to LDK 0.0.124, rust-bitcoin 0.32.2
1 parent ce0862c commit c9437be

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ categories = ["cryptography::cryptocurrencies"]
1616
[features]
1717
default = ["std"]
1818
std = ["lightning/std", "bitcoin/std", "lightning-invoice/std"]
19-
no-std = ["hashbrown", "lightning/no-std", "lightning-invoice/no-std", "bitcoin/no-std", "core2/alloc"]
19+
no-std = ["hashbrown", "lightning/no-std"]
2020

2121
[dependencies]
22-
lightning = { version = "0.0.123", default-features = false }
23-
lightning-invoice = { version = "0.31.0", default-features = false, features = ["serde"] }
24-
bitcoin = { version = "0.30.2", default-features = false, features = ["serde"] }
22+
lightning = { version = "0.0.124", default-features = false }
23+
lightning-types = { version = "0.1", default-features = false }
24+
lightning-invoice = { version = "0.32.0", default-features = false, features = ["serde"] }
25+
bitcoin = { version = "0.32.2", default-features = false, features = ["serde"] }
2526
hashbrown = { version = "0.8", optional = true }
26-
core2 = { version = "0.3.0", optional = true, default-features = false }
2727

2828
chrono = { version = "0.4", default-features = false, features = ["serde", "alloc"] }
2929
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }
3030
serde_json = "1.0"
3131

3232
[dev-dependencies]
33-
lightning = { version = "0.0.123", default-features = false, features = ["_test_utils"] }
34-
lightning-persister = { version = "0.0.123", default-features = false }
35-
lightning-background-processor = { version = "0.0.123", default-features = false, features = ["std"] }
33+
lightning = { version = "0.0.124", default-features = false, features = ["_test_utils"] }
34+
lightning-persister = { version = "0.0.124", default-features = false }
35+
lightning-background-processor = { version = "0.0.124", default-features = false, features = ["std"] }
3636
proptest = "1.0.0"
3737
tokio = { version = "1.35", default-features = false, features = [ "rt-multi-thread", "time", "sync", "macros" ] }
3838

0 commit comments

Comments
 (0)