Oops, commited local paths. Fixed.

This commit is contained in:
Jose Narvaez
2017-12-01 23:44:03 +00:00
parent fd81487760
commit cf8f7f3a25
2 changed files with 5 additions and 3 deletions
Generated
+3 -1
View File
@@ -179,6 +179,7 @@ dependencies = [
[[package]]
name = "redox_users"
version = "0.1.0"
source = "git+https://github.com/redox-os/users.git?branch=goyox86/failure#47a167cdf2aa64a857190274de7d1a03d43405b6"
dependencies = [
"argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"extra 0.1.0 (git+https://github.com/redox-os/libextra.git)",
@@ -254,7 +255,7 @@ dependencies = [
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_users 0.1.0",
"redox_users 0.1.0 (git+https://github.com/redox-os/users.git?branch=goyox86/failure)",
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -293,6 +294,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd"
"checksum redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ab105df655884ede59d45b7070c8a65002d921461ee813a024558ca16030eea0"
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
"checksum redox_users 0.1.0 (git+https://github.com/redox-os/users.git?branch=goyox86/failure)" = "<none>"
"checksum rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aee45432acc62f7b9a108cc054142dac51f979e69e71ddce7d6fc7adf29e817e"
"checksum scoped_threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4ea459fe3ceff01e09534847c49860891d3ff1c12b4eb7731b67f2778fb60190"
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
+2 -2
View File
@@ -46,6 +46,6 @@ liner = "0.1"
rand = "0.3"
redox_syscall = "0.1"
redox_termios = "0.1"
#redox_users = { git = "https://github.com/redox-os/users.git" }
redox_users = { path = "/Users/goyox86/Code/os/redox/users" }
# TODO: Change this to the master branch
redox_users = { git = "https://github.com/redox-os/users.git", branch = "goyox86/failure" }
termion = "1.5.1"