polachok / pnetlink

netlink library for rust
43 stars 13 forks source link

Latest release doesn't build #41

Closed kpcyrd closed 6 years ago

kpcyrd commented 6 years ago

I've pulled the latest release from crates.io and the project fails to compile:

$ cargo build
    Updating registry `https://github.com/rust-lang/crates.io-index`
error: Package `pnet_macros v0.21.0` does not have these features: `with-syntex`
$

It seems the current master compiles fine (with a large amount of warnings though), could you consider releasing a new version?

rabbitstack commented 6 years ago

I hit the exactly same issue. Would really appreciate if you could fix this soon.

rabbitstack commented 6 years ago

Any news on this?

polachok commented 6 years ago

I just published 0.0.3

rabbitstack commented 6 years ago

I just fetched 0.0.3 successfully. Thanks.