Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update minimum libc version from
0.2
to 0.2.100
Fixes tests using `cargo +nightly update -Z minimal-versions` to verify that things work with the minimal dependency version, such as `loom` is doing. The minimal version could be lower (the driver is the `si_addr()` method on `siginfo_t`), but already 0.2.100 is so old that we do not need to go further back.
- Loading branch information