Use fork of rand_os that is UWP compatible.

This commit is contained in:
Josh Matthews 2019-09-11 12:03:13 -04:00
parent dcbec3e404
commit 51353c60ff
2 changed files with 14 additions and 11 deletions

View file

@ -28,3 +28,6 @@ opt-level = 3
# Those are here to dedupe winapi since mio is still using winapi 0.2.
mio = { git = "https://github.com/servo/mio.git", branch = "servo" }
iovec = { git = "https://github.com/servo/iovec.git", branch = "servo" }
rand_os = { git = "https://github.com/servo/rand", branch = "servo-rand_os-0.1.3-uwp" }
rand_core = { git = "https://github.com/servo/rand", branch = "servo-rand_os-0.1.3-uwp" }