File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
collector/compile-benchmarks
html5ever-0.31.0-new-solver Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,11 @@ path = "html5ever-0.31.0/**"
110
110
SPDX-FileCopyrightText = " The html5ever Project Developers"
111
111
SPDX-License-Identifier = " MIT OR Apache-2.0"
112
112
113
+ [[annotations ]]
114
+ path = " html5ever-0.31.0-new-solver/**"
115
+ SPDX-FileCopyrightText = " The html5ever Project Developers"
116
+ SPDX-License-Identifier = " MIT OR Apache-2.0"
117
+
113
118
[[annotations ]]
114
119
path = " hyper-1.6.0/**"
115
120
SPDX-FileCopyrightText = " hyper contributors"
Original file line number Diff line number Diff line change
1
+ {
2
+ "touch_file" : " src/lib.rs" ,
3
+ "artifact" : " library" ,
4
+ "category" : " secondary" ,
5
+ "cargo_rustc_opts" : " -Znext-solver=globally" ,
6
+ "excluded_profiles" : [
7
+ " Doc"
8
+ ],
9
+ "excluded_scenarios" : [
10
+ " IncrFull" ,
11
+ " IncrPatched" ,
12
+ " IncrUnchanged"
13
+ ]
14
+ }
You can’t perform that action at this time.
0 commit comments