- Language: abort on uncaught panics in extern "C" functions, stricter pointer-to-trait casts, and new lint handling for [expect]; libraries gain faster slice::sort/select_nth and split PanicInfo types (std::panic::PanicHookInfo).
- Security/bugfix: Fixed CVE‑2024‑43402 in Command batch file escaping; Cargo now validates package.license and package.readme paths and disallows mismatched release/debug flags.
- Breaking/deprecation: wasm32‑wasi target now emits a warning and will be removed in 2025; std::panic::PanicInfo renamed to PanicHookInfo with deprecation warning; removal of lib.plugin support.