Update rand, add thread_local macro
This commit is contained in:
parent
a88a3374b8
commit
2c0982d1fc
5 changed files with 5 additions and 5 deletions
|
@ -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/" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue