Update syscall

This commit is contained in:
4lDO2
2022-03-25 15:07:29 +01:00
parent f8ec4d28bc
commit f76771491c
2 changed files with 3 additions and 4 deletions
Generated
+2 -3
View File
@@ -1071,9 +1071,8 @@ checksum = "c4e4404b4e54e59e7bb5f5236b61d8e822c2a77b2e955be8072002ff7ff8d69c"
[[package]]
name = "redox_syscall"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
version = "0.2.12"
source = "git+https://gitlab.redox-os.org/4lDO2/syscall.git?branch=update-toolchain-2022#94de991da2a75c45be0b73b18adc26522fb6f4a8"
dependencies = [
"bitflags",
]
+1 -1
View File
@@ -29,7 +29,7 @@ pkgar-core = "0.1.0"
pkgar-keys = "0.1.0"
rand = "0.8"
redox_pkgutils = "0.1.6"
redox_syscall = "0.2.11"
redox_syscall = "0.2.12"
redoxfs = "0.5.0"
rust-argon2 = "0.8.2"
serde = "1.0.110"