Skip to content

Commit 8400df2

Browse files
committed
➕ zlink: Add rustix as a dev-dep
With only the `process` feature.
1 parent 72e1d3f commit 8400df2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

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

zlink/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ colored = "3.0"
4646
tempfile = "3.8"
4747
serde_json = "1.0"
4848
tracing-subscriber = "0.3.19"
49+
rustix = { version = "1.1.2", features = ["process"] }
4950

5051
[[example]]
5152
name = "varlink-inspect"

0 commit comments

Comments
 (0)