Skip to content

Commit 3ed1010

Browse files
mute stderr during init
1 parent 9e47c9f commit 3ed1010

File tree

3 files changed

+214
-142
lines changed

3 files changed

+214
-142
lines changed

Cargo.lock

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ serde_json = "1.0.145"
1919
sysinfo = "0.37.2"
2020
tempfile = "3.23.0"
2121
tokio = { version = "1.48.0", features = ["full"] }
22+
23+
[target.'cfg(unix)'.dependencies]
24+
nix = { version = "0.30.1", features = ["fs"] }

0 commit comments

Comments
 (0)