Update rand, add thread_local macro

This commit is contained in:
Jeremy Soller 2016-11-07 11:28:22 -07:00
parent a88a3374b8
commit 2c0982d1fc
5 changed files with 5 additions and 5 deletions

View file

@ -5,5 +5,5 @@ version = "0.1.0"
[dependencies]
event = { path = "../../crates/event/" }
netutils = { path = "../../programs/netutils/" }
rand = { git = "https://github.com/redox-os/rand.git" }
rand = { git = "https://github.com/redox-os/rand.git", branch = "redox" }
redox_syscall = { path = "../../syscall/" }