Update rand to 0.7 (fixes #24448)

This commit is contained in:
Anthony Ramine 2019-10-16 14:07:39 +02:00
parent 4f8cfd9b48
commit 785a344e32
42 changed files with 200 additions and 254 deletions

View file

@ -15,13 +15,11 @@ lint-scripts = [
[blocked-packages]
num = []
rand = [
"gaol",
"hashglobe", # Only used in tests
"ipc-channel",
"phf_generator",
"servo_rand",
"tempfile",
"tokio-threadpool",
"uuid",
"ws",
]
@ -34,7 +32,6 @@ packages = [
"gleam",
"proc-macro2",
"quote",
"rand_core",
"syn",
"synstructure",
"unicode-xid",