Skip to content

Commit

Permalink
switch to async-pidfd-next
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Jul 3, 2024
1 parent 2ef86da commit d4a807f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ serde = "1"
serde_json = "1"
async-io = "2"
futures-lite = "2"
async-pidfd = "0.1.4"
async-pidfd-next = "0.1"
2 changes: 1 addition & 1 deletion async/src/socket.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use async_io::Async;
use async_pidfd::AsyncPidFd;
use async_pidfd_next::AsyncPidFd;
use futures_lite::AsyncReadExt;
use std::env;
use std::path::PathBuf;
Expand Down

0 comments on commit d4a807f

Please sign in to comment.