Skip to content

Commit

Permalink
cargo: remove dep on libc as it wasn't getting used
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro authored and anthraxx committed Aug 25, 2020
1 parent 5c98a6b commit 5d73208
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -10,7 +10,6 @@ categories = ["command-line-utilities"]

[dependencies]
nix = "0.17"
libc = "0.2"
anyhow = "1.0"
colored = "1.9"
structopt = "0.3"
Expand Down

0 comments on commit 5d73208

Please sign in to comment.