Skip to content

Commit ad3da71

Browse files
committed
Enable tests for QNX/Neutrino, integrate new libc version
1 parent 52c2780 commit ad3da71

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ jobs:
294294
aarch64-kmc-solid_asp3,
295295
armv6k-nintendo-3ds,
296296
riscv32imc-esp-espidf,
297+
aarch64-unknown-nto-qnx710,
297298
# `std` support still in progress. Can be moved up with the other
298299
# apple targets after https://github.com/rust-lang/rust/pull/103503
299300
aarch64-apple-tvos,

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getrandom"
3-
version = "0.2.8" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.2.8" # Also update html_root_url in lib.rs when bumping this
44
edition = "2018"
55
authors = ["The Rand Project Developers"]
66
license = "MIT OR Apache-2.0"
@@ -18,7 +18,7 @@ compiler_builtins = { version = "0.1", optional = true }
1818
core = { version = "1.0", optional = true, package = "rustc-std-workspace-core" }
1919

2020
[target.'cfg(unix)'.dependencies]
21-
libc = { version = "0.2.136", default-features = false }
21+
libc = { version = "0.2.139", default-features = false }
2222

2323
[target.'cfg(target_os = "wasi")'.dependencies]
2424
wasi = { version = "0.11", default-features = false }

0 commit comments

Comments
 (0)