Update Cargo.lock

This commit is contained in:
Jeremy Soller
2017-08-02 19:53:06 -06:00
parent 7c27222bb8
commit 529c9f69eb
Generated
+3 -3
View File
@@ -2,13 +2,13 @@
name = "init"
version = "0.1.0"
dependencies = [
"redox_syscall 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "redox_syscall"
version = "0.1.28"
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum redox_syscall 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "ddab7acd8e7bf3e49dfdf78ac1209b992329eb2f66e0bf672ab49c70a76d1d68"
"checksum redox_syscall 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "3c9309631a35303bffb47e397198e3668cb544fe8834cd3da2a744441e70e524"