diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-07-28 15:10:13 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-28 15:10:13 +0530 |
| commit | bddf5acf895ed764074a1bb2a8ab124dd70fd313 (patch) | |
| tree | 89945b26b09a2c7201b0514b86bf9b7079638554 /ext/io | |
| parent | 5cb1d18439f562c8004a941b0f56ed034a44b052 (diff) | |
chore: remove unused dependencies (#19962)
Diffstat (limited to 'ext/io')
| -rw-r--r-- | ext/io/Cargo.toml | 3 |
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"] } |
