Closed davidmhewitt closed 1 year ago
This is the result of a cargo update -p libparted-sys
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
bindgen
This bug causes distinst to fail to build on Ubuntu Noble due to Clang 16 being used there by default.
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/2312This bug causes distinst to fail to build on Ubuntu Noble due to Clang 16 being used there by default.