bytecodealliance / bytecodealliance/userfaultfd-rs

Check minimum version dependency

Open
#66 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
49
Forks
34
PR merge metrics
No merged PRs in 30d

Description

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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.