We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2ef4d commit a222318Copy full SHA for a222318
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wait-service"
3
-version = "0.3.1"
+version = "0.3.2"
4
authors = ["Magic Len <len@magiclen.org>"]
5
edition = "2021"
6
rust-version = "1.74"
src/main.rs
@@ -85,7 +85,6 @@ fn exec(sources: Vec<String>) -> anyhow::Result<()> {
85
Err(command.exec()).with_context(|| anyhow!("{command:?}"))?
86
}
87
88
- // TODO pass signals
89
#[cfg(windows)]
90
{
91
let exit_status = command
0 commit comments