Update Cargo.lock

This commit is contained in:
Jeremy Soller
2017-10-04 20:29:41 -06:00
parent b39a8a29b9
commit 57ce75e297
Generated
+3 -3
View File
@@ -2,13 +2,13 @@
name = "init"
version = "0.1.0"
dependencies = [
"redox_syscall 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "redox_syscall"
version = "0.1.30"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum redox_syscall 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "8312fba776a49cf390b7b62f3135f9b294d8617f7a7592cfd0ac2492b658cd7b"
"checksum redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "8dde11f18c108289bef24469638a04dce49da56084f2d50618b226e47eb04509"