- Updated the implementation to use the
Termination
traitprocess::exit
is no longer used in themain
function to set the exit code.
- Updated the signature for
with_code
(rust-lang/rust#93442) - Added a panic when
#[main]
has not been attached tomain
- Increased the minimum supported Rust toolchain version to 1.64.0