Skip to content

Commit a355982

Browse files
committed
Fix build failure with minimal-versions
``` error[E0599]: no function or associated item named `from_pid` found for struct `Process` in the current scope --> src/reactor/kqueue.rs:66:35 | 66 | unsafe { Process::from_pid(*pid, ProcessOps::Exit) }, | ^^^^^^^^ function or associated item not found in `Process<'_>` | ```
1 parent 6cc4018 commit a355982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ concurrent-queue = "2.2.0"
3232
futures-io = { version = "0.3.28", default-features = false, features = ["std"] }
3333
futures-lite = { version = "2.0.0", default-features = false }
3434
parking = "2.0.0"
35-
polling = "3.0.0"
35+
polling = "3.4.0"
3636
rustix = { version = "1.0.7", default-features = false, features = ["fs", "net", "std"] }
3737
slab = "0.4.2"
3838
tracing = { version = "0.1.37", default-features = false, optional = true }

0 commit comments

Comments
 (0)