diff --git a/Cargo.lock b/Cargo.lock index c3a4290..1827808 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "catp" -version = "0.1.0" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0862177..b8f83fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catp" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Print the output of a running process" authors = ["Yujia Qiao "] @@ -13,5 +13,5 @@ readme = "README.md" [dependencies] clap = { version = "3.2.14", features = ["derive"] } -nix = { version = "0.24.2", features = ["ptrace", "process"] } +nix = { version = "0.24.2", features = ["ptrace", "process", "uio"] } anyhow = "1.0.58"