polachok / pnetlink

netlink library for rust
43 stars 13 forks source link

Update all the dependencies #36

Closed FauxFaux closed 6 years ago

FauxFaux commented 6 years ago

Updating pnet is necessary right now, as old pnet doesn't build with crates.io in its current state, but this is probably a bug that pnet will resolve.

bitflags has moved to using associated consts, which is a bit of a nightmare change (only find and replace, though). It is better. Everything else was easy.

syntex can't be updated without breaking pnet.