Rollup merge of #75515 - workingjubilee:patch-4, r=Mark-Simulacrum

Bump std's libc version to 0.2.74

It's been a while and this should really be using a recent version, that's all. 💖
This commit is contained in:
Tyler Mandry 2020-08-14 14:46:57 -07:00 committed by GitHub
commit 83c04392c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }