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
A run of cargo audit today picked up on RUSTSC-2026-0110 for the deprecation of bare-metal. This was detected because cortex-m has a dependency on bare-metal. It does not look like that dependency is actually in use. Should it be removed?
A run of
cargo audittoday picked up on RUSTSC-2026-0110 for the deprecation of bare-metal. This was detected becausecortex-mhas a dependency onbare-metal. It does not look like that dependency is actually in use. Should it be removed?