summaryrefslogtreecommitdiff
path: root/ext/io/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/io/Cargo.toml')
-rw-r--r--ext/io/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml
index dffed9519..5b9d8ac42 100644
--- a/ext/io/Cargo.toml
+++ b/ext/io/Cargo.toml
@@ -21,8 +21,5 @@ fs3.workspace = true
once_cell.workspace = true
tokio.workspace = true
-[target.'cfg(unix)'.dependencies]
-nix.workspace = true
-
[target.'cfg(windows)'.dependencies]
winapi = { workspace = true, features = ["winbase", "processenv"] }