]> git.bitcoin.ninja Git - rust-lightning/commit
Drop the `no-std` feature from `lightning-rapid-gossip-sync`
authorMatt Corallo <git@bluematt.me>
Fri, 16 Aug 2024 20:32:58 +0000 (20:32 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 19 Aug 2024 15:09:40 +0000 (15:09 +0000)
commit51f5bc881f051fa4c01fe086181bf25a5d3ae4b0
treed4b7afc13b19fdc14a95e01db25ede21d8ff5b58
parent31a9cd2d3d339aaf0dd28ca4ba68b42bcce8b65e
Drop the `no-std` feature from `lightning-rapid-gossip-sync`

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 another step by removing the `no-std` feature entirely
from the `lightning-rapid-gossip-sync` crate and removing all
feature implications on dependencies from the remaining `std`
feature.
ci/ci-tests.sh
lightning-rapid-gossip-sync/Cargo.toml
lightning-rapid-gossip-sync/src/lib.rs
no-std-check/Cargo.toml