Re: [PATCH 00/13] Support several Rust toolchain versions
From: Miguel Ojeda
Date: Tue Jul 02 2024 - 05:42:06 EST
On Tue, Jul 2, 2024 at 8:25 AM Benno Lossin <benno.lossin@xxxxxxxxx> wrote:
>
> I applied the series and successfully ran the kunit tests on nixos.
> I tried the following rust versions via fenix:
> - rustc 1.78.0 (9b00956e5 2024-04-29)
> - rustc 1.79.0 (129f3b996 2024-06-10)
> - 1.80.0-beta.4 (64a1fe671 2024-06-21)
> - 1.81.0-nightly (6868c831a 2024-06-30)
>
> My bindgen version is 0.69.4.
>
> Everything worked as expected :)
Thanks Benno! I tried nixpkgs' toolchain for the examples in the docs
patch, but not fenix's ones, so it's good to know those work as well. :)
Cheers,
Miguel