Update syscall

This commit is contained in:
Jeremy Soller
2020-08-02 15:37:20 -06:00
parent 549eb4675a
commit 9888f74802
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -2,15 +2,15 @@
# It is not intended for manual editing.
[[package]]
name = "redox_syscall"
version = "0.1.56"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "zerod"
version = "0.1.0"
dependencies = [
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
"checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
+1 -1
View File
@@ -4,4 +4,4 @@ version = "0.1.0"
authors = ["Alex Lyon <arcterus@mail.com>"]
[dependencies]
redox_syscall = "*"
redox_syscall = "0.1"