Skip to content

Commit

Permalink
Remove pnet dev dependency from pnet_datalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmonday committed Feb 3, 2023
1 parent 0ae7e8e commit e3d6c11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pnet_datalink/Cargo.toml
Expand Up @@ -26,9 +26,6 @@ pcap = { version = "1.0.0", optional = true }
netmap_sys = { version = "0.1.4", optional = true, features = ["netmap_with_libs"] }
serde = { version = "1.0.152", optional = true, default-features = false, features = [ "derive" ] }

[dev-dependencies]
pnet = { path = "../", version = "0.32.0" }

[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"

Expand Down

0 comments on commit e3d6c11

Please sign in to comment.