Skip to content

Commit 677029e

Browse files
committed
Temporarily remove rand as the newest version does not compile
1 parent 447083e commit 677029e

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

compiler/base/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ cc = "1.0.10"
3030
cfg-if = "0.1.2"
3131
chrono = "0.4.2"
3232
clap = "2.31.2"
33-
cloudabi = "0.0.3"
3433
cmake = "0.1.30"
3534
color_quant = "1.0.0"
3635
cookie = "0.10.1"
@@ -131,8 +130,6 @@ precomputed-hash = "0.1.1"
131130
proc-macro2 = "0.3.6"
132131
quick-error = "1.2.1"
133132
quote = "0.5.1"
134-
rand = "0.5.0-pre.0"
135-
rand_core = "0.1.0"
136133
rayon = "1.0.1"
137134
rayon-core = "1.4.0"
138135
regex = "0.2.10"

compiler/base/crate-information.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@
9494
"version": "2.31.2",
9595
"id": "clap"
9696
},
97-
{
98-
"name": "cloudabi",
99-
"version": "0.0.3",
100-
"id": "cloudabi"
101-
},
10297
{
10398
"name": "cmake",
10499
"version": "0.1.30",
@@ -599,16 +594,6 @@
599594
"version": "0.5.1",
600595
"id": "quote"
601596
},
602-
{
603-
"name": "rand",
604-
"version": "0.5.0-pre.0",
605-
"id": "rand"
606-
},
607-
{
608-
"name": "rand_core",
609-
"version": "0.1.0",
610-
"id": "rand_core"
611-
},
612597
{
613598
"name": "rayon",
614599
"version": "1.0.1",

0 commit comments

Comments
 (0)