Re: [PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver

From: Miguel Ojeda
Date: Sun Jun 08 2025 - 16:48:07 EST


On Sun, Jun 8, 2025 at 9:58 PM Drew Fustini <drew@xxxxxxxx> wrote:
>
> Thanks for the quick response. I seemed to have updated it with:
>
> cargo install bindgen-cli
>
> And it seems Linux is now happy :)

You're welcome!

(By the way, I always recommend passing `--locked` to `cargo install`
unless there is a good reason not to -- sadly it is not the default
for that subcommand)

Cheers,
Miguel