Releases: dylni/quit
Releases · dylni/quit
2.0.0
- 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
1.2.0
- Added a compilation error when panics are not set to "unwind":
https://docs.rs/quit/1.2.0/quit/#implementation - Increased the minimum supported Rust toolchain version to 1.60.0 and added an update policy
1.1.4
1.1.3
1.1.2
- Fixed a broken documentation link (rust-lang/rust#76106)
1.1.1
1.1.0
- Removed all dependencies from quit_macros
- The crate now compiles much faster.