Skip to content

Commit

Permalink
Remove unused windows dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd authored and sharkdp committed Aug 18, 2018
1 parent c428f52 commit e4f61bc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 24 deletions.
41 changes: 21 additions & 20 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ features = ["suggestions", "color", "wrap_help"]
[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies]
libc = "0.2"

[target.'cfg(windows)'.dependencies]
kernel32-sys = "0.2"
winapi = "0.3"

[dev-dependencies]
diff = "0.1"
tempdir = "0.3"

0 comments on commit e4f61bc

Please sign in to comment.