File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3245,6 +3245,7 @@ name = "rustc_driver"
3245
3245
version = " 0.0.0"
3246
3246
dependencies = [
3247
3247
" rustc_driver_impl" ,
3248
+ " rustix 0.37.11" ,
3248
3249
]
3249
3250
3250
3251
[[package ]]
@@ -4305,9 +4306,9 @@ dependencies = [
4305
4306
4306
4307
[[package ]]
4307
4308
name = " rustix"
4308
- version = " 0.37.21 "
4309
+ version = " 0.37.11 "
4309
4310
source = " registry+https://github.com/rust-lang/crates.io-index"
4310
- checksum = " 62f25693a73057a1b4cb56179dd3c7ea21a7c6c5ee7d85781f5749b46f34b79c "
4311
+ checksum = " 85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77 "
4311
4312
dependencies = [
4312
4313
" bitflags 1.3.2" ,
4313
4314
" errno" ,
@@ -4747,7 +4748,7 @@ dependencies = [
4747
4748
" cfg-if" ,
4748
4749
" fastrand" ,
4749
4750
" redox_syscall 0.3.5" ,
4750
- " rustix 0.37.21 " ,
4751
+ " rustix 0.37.11 " ,
4751
4752
" windows-sys 0.48.0" ,
4752
4753
]
4753
4754
@@ -4788,7 +4789,7 @@ version = "0.2.6"
4788
4789
source = " registry+https://github.com/rust-lang/crates.io-index"
4789
4790
checksum = " 8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
4790
4791
dependencies = [
4791
- " rustix 0.37.21 " ,
4792
+ " rustix 0.37.11 " ,
4792
4793
" windows-sys 0.48.0" ,
4793
4794
]
4794
4795
Original file line number Diff line number Diff line change @@ -8,3 +8,6 @@ crate-type = ["dylib"]
8
8
9
9
[dependencies ]
10
10
rustc_driver_impl = { path = " ../rustc_driver_impl" }
11
+ # FIXME(Nilstrieb): 0.37.12 adds eventfd support for FreeBSD,
12
+ # but FreeBSD 12 does not support it: https://github.com/bytecodealliance/rustix/issues/716
13
+ rustix = " =0.37.11"
You can’t perform that action at this time.
0 commit comments