diff options
| author | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2023-07-01 22:32:09 +0200 |
|---|---|---|
| committer | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2023-07-02 21:02:31 +0200 |
| commit | fd49b1d37f0309b37bd9c821ed7e58182428dbcf (patch) | |
| tree | 1731aeccdd70abda911f43841438f9c4726a7ad7 /compiler/rustc_driver | |
| parent | 171be8ce9472dd204ffd2d1ae9cc39555508cdda (diff) | |
| download | rust-fd49b1d37f0309b37bd9c821ed7e58182428dbcf.tar.gz rust-fd49b1d37f0309b37bd9c821ed7e58182428dbcf.zip | |
Downgrade rustix
See https://github.com/rust-lang/rust/pull/113046#issuecomment-1616094626.
Diffstat (limited to 'compiler/rustc_driver')
| -rw-r--r-- | compiler/rustc_driver/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/rustc_driver/Cargo.toml b/compiler/rustc_driver/Cargo.toml index d7c295418ba..86a54f6befd 100644 --- a/compiler/rustc_driver/Cargo.toml +++ b/compiler/rustc_driver/Cargo.toml @@ -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" |
