You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: