about summary refs log tree commit diff
path: root/library
diff options
context:
space:
mode:
authorFlorian Bartels <Florian.Bartels@elektrobit.com>2023-01-10 10:43:43 +0100
committerFlorian Bartels <Florian.Bartels@elektrobit.com>2023-02-15 13:57:57 +0100
commit8f41570e91fcbad2f55800f2edcdea67c3389dc7 (patch)
treea101ac259fe442b24317ebf9d7979866c12b644c /library
parent999ac5f7770bff68bd65f490990d32c3ec1faaa6 (diff)
downloadrust-8f41570e91fcbad2f55800f2edcdea67c3389dc7.tar.gz
rust-8f41570e91fcbad2f55800f2edcdea67c3389dc7.zip
Use libc which supports QNX Neutrino
Co-authored-by: gh-tr <troach@qnx.com>
Diffstat (limited to 'library')
-rw-r--r--library/std/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
index 349cd91c89e..d6703d2fcbe 100644
--- a/library/std/Cargo.toml
+++ b/library/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.138", default-features = false, features = ['rustc-dep-of-std'] }
+libc = { version = "0.2.139", default-features = false, features = ['rustc-dep-of-std'] }
 compiler_builtins = { version = "0.1.87" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }