Skip to content

Commit

Permalink
chore: Clean up minimal deps hack
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 26, 2024
1 parent 7c63917 commit 26a368c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ bstr = "1.0.1"
anstream = { version = "0.6.7", optional = true }
anstyle = "1.0.0"

[target.'cfg(unix)'.dependencies]
libc = "0.2.137" # hack around a bad minimal version
[target.'cfg(any())'.dependencies]
libc = "0.2.137" # HACK: bad minimal dep in wait-timeout

[dev-dependencies]
escargot = "0.5"
Expand Down

0 comments on commit 26a368c

Please sign in to comment.