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

Update rand

parent 517ca6d1
No related branches found
No related tags found
No related merge requests found
...@@ -201,6 +201,11 @@ dependencies = [ ...@@ -201,6 +201,11 @@ dependencies = [
"num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", "num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]]
name = "rand"
version = "0.3.14"
source = "git+https://github.com/redox-os/rand.git#ef2e59549dc2f78f9942ee978b2a31ca06e413b9"
[[package]] [[package]]
name = "rand" name = "rand"
version = "0.3.14" version = "0.3.14"
...@@ -275,6 +280,7 @@ name = "userutils" ...@@ -275,6 +280,7 @@ name = "userutils"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"argon2rs 0.2.5 (git+https://github.com/redox-os/argon2rs.git)", "argon2rs 0.2.5 (git+https://github.com/redox-os/argon2rs.git)",
"rand 0.3.14 (git+https://github.com/redox-os/rand.git)",
"syscall 0.1.0", "syscall 0.1.0",
"termion 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "termion 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
...@@ -305,6 +311,7 @@ dependencies = [ ...@@ -305,6 +311,7 @@ dependencies = [
"checksum orbimage 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6479402fcdf9ad764e283bed819ec367265de38cad84ca7eb39c0967930ccf7b" "checksum orbimage 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6479402fcdf9ad764e283bed819ec367265de38cad84ca7eb39c0967930ccf7b"
"checksum orbtk 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4508b9fa2b712f0b4ebc6d43ac0a198f9b37380d34dacfd12477ff09934bb242" "checksum orbtk 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4508b9fa2b712f0b4ebc6d43ac0a198f9b37380d34dacfd12477ff09934bb242"
"checksum png 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "06208e2ee243e3118a55dda9318f821f206d8563fb8d4df258767f8e62bb0997" "checksum png 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "06208e2ee243e3118a55dda9318f821f206d8563fb8d4df258767f8e62bb0997"
"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 rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "2791d88c6defac799c3f20d74f094ca33b9332612d9aef9078519c82e4fe04a5"
"checksum ransid 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "659a4d46f3b6da2fbd17cdb769162afb9fe0e6097c7783b7504d685e1fa020e8" "checksum ransid 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "659a4d46f3b6da2fbd17cdb769162afb9fe0e6097c7783b7504d685e1fa020e8"
"checksum rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "6159e4e6e559c81bd706afe9c8fd68f547d3e851ce12e76b1de7914bab61691b" "checksum rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "6159e4e6e559c81bd706afe9c8fd68f547d3e851ce12e76b1de7914bab61691b"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment