Skip to content
Snippets Groups Projects
Commit b7ba5138 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Update redox_syscall and userutils

parent 8ed383de
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ dependencies = [
"orbimage 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"orbtk 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"ransid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.0 (git+https://github.com/redox-os/syscall.git)",
"userutils 0.1.0 (git+https://github.com/redox-os/userutils.git)",
]
......@@ -221,6 +221,11 @@ name = "ransid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "redox_syscall"
version = "0.1.0"
source = "git+https://github.com/redox-os/syscall.git#77c43866dbd5275eaa5188b1fd5efadaee8530c3"
[[package]]
name = "redox_syscall"
version = "0.1.0"
......@@ -281,11 +286,11 @@ dependencies = [
[[package]]
name = "userutils"
version = "0.1.0"
source = "git+https://github.com/redox-os/userutils.git#359fe4b01830227f0ed9214af2e576ef219ff3f7"
source = "git+https://github.com/redox-os/userutils.git#d765b381f83b59c57b52b6981c3ea946ebd891f7"
dependencies = [
"argon2rs 0.2.5 (git+https://github.com/redox-os/argon2rs.git)",
"rand 0.3.14 (git+https://github.com/redox-os/rand.git)",
"redox_syscall 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.0 (git+https://github.com/redox-os/syscall.git)",
"termion 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
......@@ -318,6 +323,7 @@ dependencies = [
"checksum rand 0.3.14 (git+https://github.com/redox-os/rand.git)" = "<none>"
"checksum rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "2791d88c6defac799c3f20d74f094ca33b9332612d9aef9078519c82e4fe04a5"
"checksum ransid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce0c1b4c0dc24c14bcc71fa373d1bce433ea250691313b0cc1bc73e333a2bda0"
"checksum redox_syscall 0.1.0 (git+https://github.com/redox-os/syscall.git)" = "<none>"
"checksum redox_syscall 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "35a48131ab10dbeb17202bd1dcb9c9798963a58a50c9ec31640f237358832094"
"checksum rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "6159e4e6e559c81bd706afe9c8fd68f547d3e851ce12e76b1de7914bab61691b"
"checksum rusttype 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c64ffc93b0cc5a6f5e5e84da2a4082b0271e0a1dd76e821bdac570bda7797e"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment