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

Workaround cargo bug with enable features of optional dependencies #304

Closed
wants to merge 1 commit into from

Commits on Jan 31, 2024

  1. Fix mix-up between dependencies, dep: features and features

    While this works fine with Rust 1.73, it does not work with Rust 1.70
    and fails like this:
    
    error: Package `env_logger v0.11.1` does not have feature `anstream`. It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.
    sdroege committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    111f3c5 View commit details
    Browse the repository at this point in the history