Skip to content

Commit

Permalink
enable fs feature
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Sep 19, 2023
1 parent eba06c3 commit 6412487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ test-utils = { path = "../../test-utils" }
thiserror = "1.0.37"
tokio-postgres = "0.7.7"
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
nix = "0.27.1"
nix = { version = "0.27.1", features = ["fs"] }

[[bench]]
harness = false
Expand Down

0 comments on commit 6412487

Please sign in to comment.