File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/tools/rustc-workspace-hack Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3098,6 +3098,7 @@ dependencies = [
3098
3098
" bstr 0.2.17" ,
3099
3099
" clap 3.2.20" ,
3100
3100
" libz-sys" ,
3101
+ " rand 0.8.5" ,
3101
3102
" regex" ,
3102
3103
" serde_json" ,
3103
3104
" syn" ,
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ regex = { version = "1.5.6" }
82
82
serde_json = { version = " 1.0.31" , features = [" raw_value" , " unbounded_depth" ] }
83
83
syn = { version = " 1" , features = [' full' , ' visit' ] }
84
84
url = { version = " 2.0" , features = [' serde' ] }
85
+ # Ensure default features of rand, which are disabled in some scenarios.
86
+ rand = { version = " 0.8.5" }
85
87
86
88
[target .'cfg(not(windows))' .dependencies ]
87
89
openssl = { version = " 0.10.35" , optional = true }
You can’t perform that action at this time.
0 commit comments