andrew-d / interfaces-rs

Library to work with network interfaces in Rust.
https://andrew-d.github.io/interfaces-rs/interfaces/index.html
53 stars 19 forks source link

Switch from gcc to cc crate for C compilation #19

Closed internetionals closed 3 years ago

internetionals commented 5 years ago

Compiling 'interfaces-rs' shows warnings about the 'gcc' crate being deprecated in favor of the 'cc' crate. This pull request makes the fairly trivial changes necessary to switch to that crate.

dalance commented 3 years ago

This issue was fixed by 39e3881.