Don't make references to `std` in `lightning-invoice` in bindings 2022-09-invoice-bindings-nostd-111
authorMatt Corallo <git@bluematt.me>
Sun, 25 Sep 2022 14:24:13 +0000 (14:24 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 26 Sep 2022 10:38:49 +0000 (10:38 +0000)
commita126a4e44a6bff4d037a340b6b6079528abab730
tree30bda7c73a16a10fe936330fad2f688544a4a8d7
parent5b5908ab2d8fe7f8e7f55dd81d323b83f2a51b84
Don't make references to `std` in `lightning-invoice` in bindings

As we support `no-std` for `lightning-invoice` builds, we should
support them in `c_bindings` as well, which we add a test for in
CI here.
.github/workflows/build.yml
lightning-invoice/src/payment.rs
lightning-invoice/src/utils.rs