aarch64-prep: Update Cargo.lock

Needed to work with the latest redox_syscall mods.
This commit is contained in:
Robin Randhawa
2019-01-15 12:27:52 +00:00
parent 0cbd484ad2
commit dd570a7924
Generated
+3 -3
View File
@@ -1,14 +1,14 @@
[[package]]
name = "redox_syscall"
version = "0.1.40"
version = "0.1.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "zerod"
version = "0.1.0"
dependencies = [
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
"checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2"