Downgrade rustix
See https://github.com/rust-lang/rust/pull/113046#issuecomment-1616094626.
This commit is contained in:
parent
171be8ce94
commit
fd49b1d37f
2 changed files with 8 additions and 4 deletions
|
@ -8,3 +8,6 @@ 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue