Merge branch 'update-rand-crates' into 'master'
Update versions of rand crates for new rand core See merge request redox-os/relibc!521
No related branches found
No related tags found
... | @@ -28,9 +28,9 @@ cbitset = "0.2" | ... | @@ -28,9 +28,9 @@ cbitset = "0.2" |
posix-regex = { path = "posix-regex", features = ["no_std"] } | posix-regex = { path = "posix-regex", features = ["no_std"] } | ||
# TODO: For some reason, rand_jitter hasn't been updated to use the latest rand_core | # TODO: For some reason, rand_jitter hasn't been updated to use the latest rand_core | ||
rand = { version = "0.7", default-features = false, features = ["small_rng"] } | rand = { version = "0.8", default-features = false, features = ["small_rng"] } | ||
rand_xorshift = "0.2" | rand_xorshift = "0.3" | ||
rand_jitter = "0.3" | rand_jitter = "0.4" | ||
memchr = { version = "2.2.0", default-features = false } | memchr = { version = "2.2.0", default-features = false } | ||
plain = "0.2" | plain = "0.2" | ||
... | ... |
Please register or sign in to comment