Skip to content

Commit

Permalink
Fix missing features
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalica committed Jul 12, 2023
1 parent 3b1d36a commit a7ab280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nix-interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ thiserror = "1.0.43"
tokio = { version = "1.27.0", features = ["io-util", "macros", "process", "sync"] }

[target.'cfg(target_os = "linux")'.dependencies]
rustix = { version = "0.38.3", default-features = false, features = ["process"] }
rustix = { version = "0.38.3", default-features = false, features = ["process", "std"] }

[dev-dependencies]
tokio = { version = "1.27.0", features = ["macros", "parking_lot", "rt", "sync"] } # parking_lot is required for `OnceCell::const_new`.

0 comments on commit a7ab280

Please sign in to comment.