Skip to content

Commit

Permalink
Disable default features for eui48 crate so it will no longer pull in…
Browse files Browse the repository at this point in the history
… rustc-serialize, which has had a history of causing builds to print deprecation warnings.
  • Loading branch information
qrnch-jan committed Dec 16, 2024
1 parent 52613d9 commit 36138ca
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 @@ -31,7 +31,7 @@ mockall = "0.11.4"
tempfile = "3.10"

[target.'cfg(target_os = "windows")'.dev-dependencies]
eui48 = "1.1"
eui48 = { version = "1.1", default-features = false }

[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
tun-tap = "0.1.3"
Expand Down

0 comments on commit 36138ca

Please sign in to comment.