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

Commit b167700

Browse files
committed
f Drop core2
1 parent 2b1768c commit b167700

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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", "core2/alloc"]
19+
no-std = ["hashbrown", "lightning/no-std", "lightning-invoice/no-std"]
2020

2121
[dependencies]
2222
#lightning = { version = "0.0.123", default-features = false }
@@ -26,7 +26,6 @@ lightning-types = { git = "https://github.com/lightningdevkit/rust-lightning", r
2626
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "43dcf2f3d86065bee4d1c63e1e67595523554a14", default-features = false, features = ["serde"] }
2727
bitcoin = { version = "0.32.2", default-features = false, features = ["serde"] }
2828
hashbrown = { version = "0.8", optional = true }
29-
core2 = { version = "0.3.0", optional = true, default-features = false }
3029

3130
chrono = { version = "0.4", default-features = false, features = ["serde", "alloc"] }
3231
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }

0 commit comments

Comments
 (0)