From 44e4a4d2e40e18273c36fd90f5c6977a00912aab Mon Sep 17 00:00:00 2001 From: Juniper Tyree <50025784+juntyr@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:51:35 +0000 Subject: [PATCH] Bump libc version to v0.2.143 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9f7bb4..de65d4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ candle-nn = { version = "0.8", default-features = false } convert_case = { version = "0.6", default-features = false } format_serde_error = { version = "0.3", default-features = false } # FIXME: libc 2.1.166 fails on WASI: https://github.com/rust-lang/libc/pull/4157 -libc = { version = ">=0.2.62,<0.2.166", default-features = false } +libc = { version = ">=0.2.143,<0.2.166", default-features = false } log = { version = "0.4.17", default-features = false } simple_logger = { version = "5.0", default-features = false } miniz_oxide = { version = "0.8", default-features = false }