Skip to content

Ignored profile config for metrics-runtime #31

@jean-airoldie

Description

@jean-airoldie

When compiling with the toolchain version 1.35, I get the following warning:

warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /home/h4xor/forks/metrics/metrics-runtime/Cargo.toml
workspace: /home/h4xor/forks/metrics/Cargo.toml

This is due to the crate metrics-runtime which uses a [profile config].
However it is ignored since only a single profile set can be set per workspace (rust-lang/cargo#3249).

Possible solutions:

Can't really tell which one is better since I don't understand the motivation for this profile config in the first place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions