Skip to content

Commit

Permalink
chore(deps): disable default features for pnet_datalink
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Mar 31, 2024
1 parent 15d7208 commit fc37b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
[dependencies]
chrono = "0.4"
thiserror = "1.0"
pnet_datalink = "0.34"
pnet_datalink = { version = "0.34", default-features = false }

[dev-dependencies]
bencher = "0.1"
Expand Down

0 comments on commit fc37b39

Please sign in to comment.