From 251182ce6b7a3459f7427c126e09028dcc6add40 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Wed, 19 Oct 2022 17:54:55 -0700 Subject: [PATCH] Update libstd's libc to 0.2.135 --- std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/Cargo.toml b/std/Cargo.toml index b8c35ecd3..bc10b12ec 100644 --- a/std/Cargo.toml +++ b/std/Cargo.toml @@ -15,7 +15,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] } panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core" } -libc = { version = "0.2.126", default-features = false, features = ['rustc-dep-of-std'] } +libc = { version = "0.2.135", default-features = false, features = ['rustc-dep-of-std'] } compiler_builtins = { version = "0.1.73" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" }