Commit 81afc43
committed
deps: require at least libc 0.2.160
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).1 parent c7cd35a commit 81afc43
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments