File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ jobs:
294
294
aarch64-kmc-solid_asp3,
295
295
armv6k-nintendo-3ds,
296
296
riscv32imc-esp-espidf,
297
+ aarch64-unknown-nto-qnx710,
297
298
# `std` support still in progress. Can be moved up with the other
298
299
# apple targets after https://github.com/rust-lang/rust/pull/103503
299
300
aarch64-apple-tvos,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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
4
4
edition = " 2018"
5
5
authors = [" The Rand Project Developers" ]
6
6
license = " MIT OR Apache-2.0"
@@ -18,7 +18,7 @@ compiler_builtins = { version = "0.1", optional = true }
18
18
core = { version = " 1.0" , optional = true , package = " rustc-std-workspace-core" }
19
19
20
20
[target .'cfg(unix)' .dependencies ]
21
- libc = { version = " 0.2.136 " , default-features = false }
21
+ libc = { version = " 0.2.139 " , default-features = false }
22
22
23
23
[target .'cfg(target_os = "wasi")' .dependencies ]
24
24
wasi = { version = " 0.11" , default-features = false }
You can’t perform that action at this time.
0 commit comments