Skip to content

Commit

Permalink
Fix pnet_datalink dependency for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmonday committed Nov 27, 2020
1 parent eca2c7f commit 13e0ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pnet_datalink/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ pnet_base = { path = "../pnet_base", version = "0.27.0" }
pnet_sys = { path = "../pnet_sys", version = "0.27.0" }

pcap = { version = "0.7", optional = true }
netmap_sys = { version = ">=0.0", optional = true, features = ["netmap_with_libs"] }
netmap_sys = { version = "0.1", optional = true, features = ["netmap_with_libs"] }
serde = { version = "~1", optional = true, default-features = false, features = [ "derive" ] }

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 13e0ef3

Please sign in to comment.