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

cargo.toml warnings #32

Closed
extrawurst opened this issue Jun 27, 2021 · 1 comment
Closed

cargo.toml warnings #32

extrawurst opened this issue Jun 27, 2021 · 1 comment

Comments

@extrawurst
Copy link
Contributor

when building this crate I get:

warning: /Users/stephan/code/github/instant/Cargo.toml: Found `feature = ...` in `target.'cfg(...)'.dependencies`. This key is not supported for selecting dependencies and will not work as expected. Use the [features] section instead: https://doc.rust-lang.org/cargo/reference/features.html
warning: /Users/stephan/code/github/instant/Cargo.toml: Found `feature = ...` in `target.'cfg(...)'.dependencies`. This key is not supported for selecting dependencies and will not work as expected. Use the [features] section instead: https://doc.rust-lang.org/cargo/reference/features.html

did something change in cargo and does this break maybe some platforms? I am grasping straws here, investigating my issue with rapier: dimforge/rapier#207

@stephenmartindale
Copy link
Contributor

This issue should be resolved by merge-request #41, which has now been merged. This issue can surely be closed.

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

3 participants