Skip to content

Commit

Permalink
build: use 'fs' feature of 'nix' crate in ext/fs (#26533)
Browse files Browse the repository at this point in the history
Hot-fix to unblock `v2.0.3` release
  • Loading branch information
bartlomieju committed Oct 25, 2024
1 parent 997bd47 commit 571751b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 571751b

Please sign in to comment.