Re: [PATCH] rust: fix bindgen arguments

From: Miguel Ojeda
Date: Thu Apr 06 2023 - 19:15:31 EST


Hi Matteo,

On Thu, Mar 30, 2023 at 1:39 AM <technoboy85@xxxxxxxxx> wrote:
>
> bindgen renamed some arguments to be more inclusive.
> Detect if bindgen uses the new syntax and use it,
> otherwise fallback to the previous one.

We will be updating to a new `bindgen` version soon-ish, at which time
I will perform the change from one to the other directly, instead of
having to handle both cases.

But thanks for this patch!

Cheers,
Miguel