Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable the default features of eui48 #254

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

desiderius
Copy link

The default features of the eui48 crate add a dependency to the rustc-serialize crate. This crate is deprecated and the repository archived since Dec 1, 2023.

Will fix #228.

The default features of the eui48 crate add a dependency to the
rustc-serialize crate. This crate is deprecated and the repository
archived since Dec 1, 2023.
@desiderius desiderius marked this pull request as draft July 8, 2024 11:44
@desiderius
Copy link
Author

It's not enough to disable the default feature of the crate in the Cargo.toml. As the Cargo Book said:

Every package must ensure that default-features = false is specified to avoid enabling them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustc-serialize problem
1 participant