mirror of
https://github.com/denoland/deno.git
synced 2025-03-09 21:57:40 -04:00
build: use 'fs' feature of 'nix' crate in ext/fs (#26533)
Hot-fix to unblock `v2.0.3` release
This commit is contained in:
parent
997bd47fc2
commit
571751b00d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ serde.workspace = true
|
|||
thiserror.workspace = true
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = { workspace = true, features = ["user"] }
|
||||
nix = { workspace = true, features = ["fs", "user"] }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = { workspace = true, features = ["winbase"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue