Skip to content

Commit

Permalink
make eui48 not use default features since it uses deprecated rustc-se…
Browse files Browse the repository at this point in the history
…rialize
  • Loading branch information
SpiralP committed Jun 21, 2023
1 parent 954fb0e commit 628403b
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 @@ -6,7 +6,7 @@ edition = "2021"


[dependencies]
eui48 = "1"
eui48 = { version = "1", default-features = false }
byteorder = "1"

[dev-dependencies]
Expand Down

0 comments on commit 628403b

Please sign in to comment.