Skip to content

Commit

Permalink
pnet_datalink: Use "derive" feature for serde
Browse files Browse the repository at this point in the history
  • Loading branch information
evanjs authored and mrmonday committed Nov 27, 2020
1 parent 429c652 commit 0f7754f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pnet_datalink/Cargo.toml
Expand Up @@ -21,9 +21,8 @@ pnet_sys = { path = "../pnet_sys", version = "0.26.0" }

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


serde = { version = "~1", optional = true, default-features = false }
[target.'cfg(windows)'.dependencies]
winapi = "0.3.8"

Expand Down

0 comments on commit 0f7754f

Please sign in to comment.