From c822d330b90b96d7e89a73845afffcf4379e024c Mon Sep 17 00:00:00 2001 From: David Carlier Date: Thu, 3 Oct 2024 22:44:14 +0100 Subject: [PATCH] update libc version --- std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/Cargo.toml b/std/Cargo.toml index 63c65b8ef3994..aed3ca80d26f1 100644 --- a/std/Cargo.toml +++ b/std/Cargo.toml @@ -39,7 +39,7 @@ miniz_oxide = { version = "0.7.0", optional = true, default-features = false } addr2line = { version = "0.22.0", optional = true, default-features = false } [target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies] -libc = { version = "0.2.156", default-features = false, features = [ +libc = { version = "0.2.159", default-features = false, features = [ 'rustc-dep-of-std', ], public = true }