]> git.lizzy.rs Git - rust.git/blobdiff - library/std/Cargo.toml
Auto merge of #82878 - sexxi-goose:repr_packed, r=nikomatsakis
[rust.git] / library / std / Cargo.toml
index 1c738761e8a006110826a16cc95159fc1fa5476d..f0f5558fd16084544c0746ae952c6ed166a5b2eb 100644 (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.79", default-features = false, features = ['rustc-dep-of-std'] }
+libc = { version = "0.2.88", default-features = false, features = ['rustc-dep-of-std'] }
 compiler_builtins = { version = "0.1.39" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }