userfaultfd-rs icon indicating copy to clipboard operation
userfaultfd-rs copied to clipboard

Check minimum version dependency

Open kawasin73 opened this issue 1 year ago • 1 comments

cargo usually downloads dependencies as higher versions as possible. The CI can't catch the dependency version mismatch with the minimum versions. (e.g. #65)

The CI should run tests with the minimum versions as well. minimum versions can be downloaded by this cargo command.

cargo +nightly update -Z minimal-versions

kawasin73 avatar Jan 12 '24 04:01 kawasin73

Created https://github.com/rust-lang/rust-bindgen/pull/2717 for bindgen compile error.

kawasin73 avatar Jan 12 '24 04:01 kawasin73