File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff line change 11[package ]
22name = " 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
44edition = " 2018"
55authors = [" The Rand Project Developers" ]
66license = " MIT OR Apache-2.0"
@@ -18,7 +18,7 @@ compiler_builtins = { version = "0.1", optional = true }
1818core = { 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 ]
2424wasi = { version = " 0.11" , default-features = false }
You can’t perform that action at this time.
0 commit comments