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
This adds warnings for Rust 2024 compatibility so that backtrace can be
used in std (which will be migrating to 2024) without actually changing
the edition here (due to MSRV). This should help prevent any regressions
until backtrace can move to Rust 2024 (1.85).
This bumps the MSRV to support `unsafe extern`.
This allows some lints that are relatively noisy and do not usually
prevent use in 2024.
These can all be removed when migrating to 2024 in the future.
0 commit comments