Skip to content

Commit a222318

Browse files
committed
bump version, keep using spawn on Windows
1 parent df2ef4d commit a222318

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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 = "wait-service"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Magic Len <len@magiclen.org>"]
55
edition = "2021"
66
rust-version = "1.74"

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ fn exec(sources: Vec<String>) -> anyhow::Result<()> {
8585
Err(command.exec()).with_context(|| anyhow!("{command:?}"))?
8686
}
8787

88-
// TODO pass signals
8988
#[cfg(windows)]
9089
{
9190
let exit_status = command

0 commit comments

Comments
 (0)