diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/io/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml index 7b9d19692..7570c7aa2 100644 --- a/ext/io/Cargo.toml +++ b/ext/io/Cargo.toml @@ -22,4 +22,4 @@ tokio.workspace = true nix.workspace = true [target.'cfg(windows)'.dependencies] -winapi = { workspace = true, features = ["winbase"] } +winapi = { workspace = true, features = ["winbase", "processenv"] } |