From 26a368c710386041aec1c4eba6bd015bc263d8a7 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 26 Jul 2024 09:30:32 -0500 Subject: [PATCH] chore: Clean up minimal deps hack --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0530d20..656614a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"