File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,27 @@ pub mod util;
1010
1111/// The default set of crates for opt-dist to collect LLVM profiles.
1212pub const LLVM_PGO_CRATES : & [ & str ] = & [
13- "syn-1 .0.89 " ,
14- "cargo-0.60.0 " ,
15- "serde-1.0.136 " ,
16- "ripgrep-13.0.0 " ,
17- "regex-1.5.5 " ,
18- "clap-3.1.6 " ,
19- "hyper-0.14.18 " ,
13+ "syn-2 .0.101 " ,
14+ "cargo-0.87.1 " ,
15+ "serde-1.0.219 " ,
16+ "ripgrep-14.1.1 " ,
17+ "regex-automata-0.4.8 " ,
18+ "clap_derive-4.5.32 " ,
19+ "hyper-1.6.0 " ,
2020] ;
2121
2222/// The default set of crates for opt-dist to collect rustc profiles.
2323pub const RUSTC_PGO_CRATES : & [ & str ] = & [
2424 "externs" ,
2525 "ctfe-stress-5" ,
26- "cargo-0.60.0 " ,
26+ "cargo-0.87.1 " ,
2727 "token-stream-stress" ,
2828 "match-stress" ,
2929 "tuple-stress" ,
30- "diesel-1.4.8" ,
31- "bitmaps-3.1.0" ,
30+ "diesel-2.2.10" ,
31+ "bitmaps-3.2.1" ,
32+ "html5ever-0.31.0-new-solver" ,
33+ "nalgebra-0.33.0-new-solver" ,
34+ "serde-1.0.219-new-solver" ,
35+ "syn-2.0.101-new-solver" ,
3236] ;
You can’t perform that action at this time.
0 commit comments