You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mozilla#29 added the following `libc` import:
``` rust
use libc::{
freeifaddrs, getifaddrs, getpid, if_data, if_indextoname, ifaddrs, in6_addr, in_addr,
sockaddr_in, sockaddr_in6, sockaddr_storage, AF_UNSPEC, PF_ROUTE, RTAX_MAX,
};
```
`RTAX_MAX` was added in `libc` `0.2.160`:
https://github.com/rust-lang/libc/releases/tag/0.2.160
More specifically rust-lang/libc#3714.
This commit makes sure the above new requirement is encoded in the `mtu`
`Cargo.toml` `libc` dependency declaration.
See CI failure without discussed in mozilla#51 (comment).
0 commit comments