Hey Paolo,

We should update the version check in the root meson.build in the first 
patch of this series:

> if have_rust
>   rustc = meson.get_compiler('rust')
>   if rustc.version().version_compare('<1.63.0')
>     if get_option('rust').enabled()
>       error('rustc version ' + rustc.version() + ' is unsupported. Please 
> upgrade to at least 1.63.0')
>     else
>       warning('rustc version ' + rustc.version() + ' is unsupported, 
> disabling Rust compilation.')
>       message('Please upgrade to at least 1.63.0 to use Rust.')
>       have_rust = false
>     endif
>   endif
> endif

Reply via email to