[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH v3 2/5] rust: add bindgen step as a meson dependency
From: |
Paolo Bonzini |
Subject: |
Re: [RFC PATCH v3 2/5] rust: add bindgen step as a meson dependency |
Date: |
Thu, 20 Jun 2024 14:34:40 +0200 |
On Thu, Jun 20, 2024 at 1:10 PM Alex Bennée <alex.bennee@linaro.org> wrote:
> > +# FIXME: These are the latest stable versions, refine to actual minimum
> > ones.
> > +msrv = {
> > + 'rustc': '1.79.0',
> > + 'cargo': '1.79.0',
> > + 'bindgen': '0.69.4',
> > +}
>
> So for Debian Bookworm this comes out as:
>
> msrv = {
> 'rustc': '1.79.0',
> 'cargo': '1.79.0',
> 'bindgen': '0.69.4',
> }
I think it's 0.60.1 bindgen and 1.63.0 rustc/cargo? That means we
don't have generic associated types (1.65), which are nice to have but
not absolutely necessary.
The only other one with an old version is Ubuntu 22.04 (1.58.1), but
it has 1.75.0 in updates
Paolo
Re: [RFC PATCH v3 1/5] build-sys: Add rust feature option, Alex Bennée, 2024/06/20
Re: [RFC PATCH v3 1/5] build-sys: Add rust feature option, Daniel P . Berrangé, 2024/06/24
[RFC PATCH v3 2/5] rust: add bindgen step as a meson dependency, Manos Pitsidianakis, 2024/06/19
Re: [RFC PATCH v3 2/5] rust: add bindgen step as a meson dependency, Alex Bennée, 2024/06/20
Re: [RFC PATCH v3 2/5] rust: add bindgen step as a meson dependency, Richard Henderson, 2024/06/20
Re: [RFC PATCH v3 2/5] rust: add bindgen step as a meson dependency, Zhao Liu, 2024/06/24