Skip to content

Commit 936e453

Browse files
authored
Merge pull request #210 from epage/min
chore: Clean up minimal deps hack
2 parents 3229492 + 26a368c commit 936e453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ bstr = "1.0.1"
130130
anstream = { version = "0.6.7", optional = true }
131131
anstyle = "1.0.0"
132132

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

136136
[dev-dependencies]
137137
escargot = "0.5"

0 commit comments

Comments
 (0)