Skip to content

Commit 31c4206

Browse files
committed
Remove the std feature implications from the lightning crate
Now that we don't have to have everything in our entire ecosystem use the same `std`/`no-std` feature combinations we should start by untangling our own features a bit. This takes one last step, removing the implications of the `std` feature from the `lightning` crate.
1 parent 2e4480f commit 31c4206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ max_level_trace = []
3030
unsafe_revoked_tx_signing = []
3131

3232
no-std = ["hashbrown", "possiblyrandom", "libm"]
33-
std = ["lightning-invoice/std", "bech32/std"]
33+
std = []
3434

3535
# Generates low-r bitcoin signatures, which saves 1 byte in 50% of the cases
3636
grind_signatures = []

0 commit comments

Comments
 (0)