pop-os / distinst

Installer Backend
GNU Lesser General Public License v3.0
221 stars 43 forks source link

Bump libparted-sys in lockfile #323

Closed davidmhewitt closed 1 year ago

davidmhewitt commented 1 year ago

This is the result of a cargo update -p libparted-sys

It raises the MSRV to 1.65, but 1.66 is available in all of the supported Ubuntu versions AFAICT.

The primary motivation here is to bump the bindgen version to at least 0.65.1 to resolve this bug: https://github.com/rust-lang/rust-bindgen/issues/2312

This bug causes distinst to fail to build on Ubuntu Noble due to Clang 16 being used there by default.