Files
RedBear-OS/Cargo.lock
T
Robin Randhawa dd570a7924 aarch64-prep: Update Cargo.lock
Needed to work with the latest redox_syscall mods.
2019-01-15 12:27:52 +00:00

15 lines
434 B
TOML

[[package]]
name = "redox_syscall"
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.50 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2"