Skip to content

Commit 0c725da

Browse files
committed
feat: v0.2.2
1 parent 7828c9b commit 0c725da

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hot-restart"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2024"
55
authors = ["root@ltpp.vip"]
66
license = "MIT"

src/hot_restart/fn.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
use std::process::exit;
2-
31
use crate::*;
42

53
pub fn hot_restart(run_args: &[&str]) -> Result<(), HotRestartError> {

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pub(crate) use std::{
88
borrow::Cow,
99
fmt,
1010
io::Error,
11-
process::{Command, ExitStatus, Output, Stdio},
11+
process::{Command, ExitStatus, Output, Stdio, exit},
1212
};

0 commit comments

Comments
 (0)