Skip to content

Commit

Permalink
Merge pull request #210 from epage/min
Browse files Browse the repository at this point in the history
chore: Clean up minimal deps hack
  • Loading branch information
epage committed Jul 26, 2024
2 parents 3229492 + 26a368c commit 936e453
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 936e453

Please sign in to comment.