1
Fork 0

Update rustix

The issue has been fixed.
This commit is contained in:
Nilstrieb 2023-07-03 07:14:04 +00:00
parent d5a74249c8
commit dd19f1f527
3 changed files with 9 additions and 11 deletions

View file

@ -8,6 +8,3 @@ crate-type = ["dylib"]
[dependencies]
rustc_driver_impl = { path = "../rustc_driver_impl" }
# FIXME(Nilstrieb): 0.37.12 adds eventfd support for FreeBSD,
# but FreeBSD 12 does not support it: https://github.com/bytecodealliance/rustix/issues/716
rustix = "=0.37.11"