]> git.bitcoin.ninja Git - rust-lightning/commit
Remove the `std` feature implications from the `lightning` crate 2024-08-feature-cleanup-1
authorMatt Corallo <git@bluematt.me>
Sat, 17 Aug 2024 21:13:08 +0000 (21:13 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 19 Aug 2024 15:09:40 +0000 (15:09 +0000)
commit8049f99ebccc9487b989eb670d88a4e57b9241eb
treee12cb52e3579920eb3c50cbbac479e9eaa94a48d
parent3fe4ef9640d83309488ef15bc9577c406a36856e
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.
lightning/Cargo.toml
lightning/src/ln/bolt11_payment.rs