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

Deep dependency check #5

Open
hobofan opened this issue Nov 13, 2018 · 0 comments
Open

Deep dependency check #5

hobofan opened this issue Nov 13, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@hobofan
Copy link
Owner

hobofan commented Nov 13, 2018

Currently cargo-nono only checks direct dependencies for compatibility. Luckily this mostly yields correct results as crate maintainer usually don't put #![no_std] into their code unless they know that their dependencies also support it. On the other hand this obviously isn't a rigorous check and could hide incompatibility of sub-dependencies.

@hobofan hobofan added the enhancement New feature or request label Jan 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant