Skip to content

Commit

Permalink
Rollup merge of rust-lang#88052 - bjorn3:update_redox_syscall, r=Mark…
Browse files Browse the repository at this point in the history
…-Simulacrum

Update redox_syscall

The currently pinned version doesn't compile with the latest rustc nightly

cc `@jackpot51`
  • Loading branch information
camsteffen committed Aug 15, 2021
2 parents 34deae2 + 856dd71 commit 990d91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2955,9 +2955,9 @@ dependencies = [

[[package]]
name = "redox_syscall"
version = "0.2.5"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [
"bitflags",
]
Expand Down

0 comments on commit 990d91d

Please sign in to comment.