Skip to content

Commit 26a368c

Browse files
committed
chore: Clean up minimal deps hack
1 parent 7c63917 commit 26a368c

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)