Skip to content

Commit a54827d

Browse files
committed
chore: Migrate to Edition 2024
1 parent 79b2bb8 commit a54827d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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"
7+
edition = "2024"
88
rust-version = "1.85" # MSRV
99
include = [
1010
"build.rs",

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)