From 28bca67708aa4565311ef4fc53cec57b75fdedfd Mon Sep 17 00:00:00 2001 From: Jubilee <46493976+workingjubilee@users.noreply.github.com> Date: Fri, 14 Aug 2020 00:37:19 -0700 Subject: [PATCH] Bump std's libc version to 0.2.74 --- library/std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index fc07fa77b85e7..ef0ef415b4cba 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -16,7 +16,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] } panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core" } -libc = { version = "0.2.51", default-features = false, features = ['rustc-dep-of-std'] } +libc = { version = "0.2.74", default-features = false, features = ['rustc-dep-of-std'] } compiler_builtins = { version = "0.1.32" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" }