Skip to content

Commit

Permalink
Update minimum libc version from 0.2 to 0.2.100
Browse files Browse the repository at this point in the history
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
fornwall authored and Xudong-Huang committed Mar 6, 2024
1 parent c088521 commit 3e74afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -30,7 +30,7 @@ features = [
]

[target.'cfg(unix)'.dependencies]
libc = "0.2"
libc = "0.2.100"

[dependencies]
log = "0.4"
Expand Down

0 comments on commit 3e74afc

Please sign in to comment.