Skip to content

Commit 280ac7f

Browse files
authored
Rollup merge of #88052 - bjorn3:update_redox_syscall, r=Mark-Simulacrum
Update redox_syscall The currently pinned version doesn't compile with the latest rustc nightly cc ``@jackpot51``
2 parents fa4edcc + 856dd71 commit 280ac7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2955,9 +2955,9 @@ dependencies = [
29552955

29562956
[[package]]
29572957
name = "redox_syscall"
2958-
version = "0.2.5"
2958+
version = "0.2.10"
29592959
source = "registry+https://github.com/rust-lang/crates.io-index"
2960-
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
2960+
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
29612961
dependencies = [
29622962
"bitflags",
29632963
]

0 commit comments

Comments
 (0)