We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33772e0 + a54827d commit c0b172cCopy full SHA for c0b172c
Cargo.toml
@@ -1,11 +1,11 @@
1
[workspace]
2
-resolver = "2"
+resolver = "3"
3
4
[workspace.package]
5
repository = "https://github.com/rust-cli/proc-exit"
6
license = "MIT OR Apache-2.0"
7
-edition = "2021"
8
-rust-version = "1.74" # MSRV
+edition = "2024"
+rust-version = "1.85" # MSRV
9
include = [
10
"build.rs",
11
"src/**/*",
src/lib.rs
@@ -98,8 +98,8 @@ pub mod sysexits;
98
99
pub use code::Code;
100
pub use exit::WithCodeResultExt;
101
-pub use exit::{exit, report};
102
pub use exit::{Exit, ExitResult};
+pub use exit::{exit, report};
103
104
#[doc = include_str!("../README.md")]
105
#[cfg(doctest)]
0 commit comments