Skip to content

Commit 8f41570

Browse files
flba-ebgh-tr
and
gh-tr
committed
Use libc which supports QNX Neutrino
Co-authored-by: gh-tr <[email protected]>
1 parent 999ac5f commit 8f41570

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2326,9 +2326,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
23262326

23272327
[[package]]
23282328
name = "libc"
2329-
version = "0.2.138"
2329+
version = "0.2.139"
23302330
source = "registry+https://github.com/rust-lang/crates.io-index"
2331-
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
2331+
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
23322332
dependencies = [
23332333
"rustc-std-workspace-core",
23342334
]

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
1515
panic_unwind = { path = "../panic_unwind", optional = true }
1616
panic_abort = { path = "../panic_abort" }
1717
core = { path = "../core" }
18-
libc = { version = "0.2.138", default-features = false, features = ['rustc-dep-of-std'] }
18+
libc = { version = "0.2.139", default-features = false, features = ['rustc-dep-of-std'] }
1919
compiler_builtins = { version = "0.1.87" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }

0 commit comments

Comments
 (0)