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

Ignored profile config for metrics-runtime #31

Closed
jean-airoldie opened this issue Jul 7, 2019 · 2 comments
Closed

Ignored profile config for metrics-runtime #31

jean-airoldie opened this issue Jul 7, 2019 · 2 comments

Comments

@jean-airoldie
Copy link
Contributor

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.

@tobz
Copy link
Member

tobz commented Jul 7, 2019

Opened #32 to fix this.

@jean-airoldie
Copy link
Contributor Author

Closed by 8c4e130.

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

No branches or pull requests

2 participants