diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-08-15 18:40:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-15 18:40:40 +0200 |
| commit | 856dd71bac5add26ed538e408de3c31e66ff53e4 (patch) | |
| tree | 53a39f884ea0aa3d21e29973ab0b18654ac4f3ef | |
| parent | 58d685ecb3d4711cf3d21af502ccf51e63ae289c (diff) | |
| download | rust-856dd71bac5add26ed538e408de3c31e66ff53e4.tar.gz rust-856dd71bac5add26ed538e408de3c31e66ff53e4.zip | |
Update redox_syscall
The currently pinned version doesn't compile with the latest rustc nightly
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 940608975c5..8cd85e1232e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] |
