Skip to content

Commit

Permalink
try fix longarch CI
Browse files Browse the repository at this point in the history
  • Loading branch information
loongs-zhang committed Nov 24, 2024
1 parent 7884df4 commit a24e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monoio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ windows-sys = { version = "0.48.0", features = [

# unix dependencies
[target.'cfg(unix)'.dependencies]
nix = { version = "0.29", optional = true }
nix = { version = "0.29", features = ["sched", "ucontext", "process"], optional = true }

[target.'cfg(target_os = "linux")'.dependencies]
io-uring = { version = "0.6", optional = true }
Expand Down

0 comments on commit a24e1a2

Please sign in to comment.