Skip to content

Commit c0b172c

Browse files
authored
Merge pull request #60 from epage/edition
chore: Migrate to Edition 2024
2 parents 33772e0 + a54827d commit c0b172c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[workspace]
2-
resolver = "2"
2+
resolver = "3"
33

44
[workspace.package]
55
repository = "https://github.com/rust-cli/proc-exit"
66
license = "MIT OR Apache-2.0"
7-
edition = "2021"
8-
rust-version = "1.74" # MSRV
7+
edition = "2024"
8+
rust-version = "1.85" # MSRV
99
include = [
1010
"build.rs",
1111
"src/**/*",

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ pub mod sysexits;
9898

9999
pub use code::Code;
100100
pub use exit::WithCodeResultExt;
101-
pub use exit::{exit, report};
102101
pub use exit::{Exit, ExitResult};
102+
pub use exit::{exit, report};
103103

104104
#[doc = include_str!("../README.md")]
105105
#[cfg(doctest)]

0 commit comments

Comments
 (0)