mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00: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
0060e74779
commit
cead8af104
@ -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…
Reference in New Issue
Block a user