Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rapiz1 committed Jul 23, 2022
1 parent bcf6930 commit 5f27f5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <code@rapiz.me>"]
Expand All @@ -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"

0 comments on commit 5f27f5a

Please # to comment.