Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@dylni dylni released this 04 Mar 14:14
· 1 commit to master since this release
  • Updated the implementation to use the Termination trait
    • process::exit is no longer used in the main 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 to main
  • Increased the minimum supported Rust toolchain version to 1.64.0