File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
collector/compile-benchmarks Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,11 @@ path = "serde-1.0.219/**"
205
205
SPDX-FileCopyrightText = " serde contributors"
206
206
SPDX-License-Identifier = " MIT OR Apache-2.0"
207
207
208
+ [[annotations ]]
209
+ path = " serde-1.0.219-new-solver/**"
210
+ SPDX-FileCopyrightText = " serde contributors"
211
+ SPDX-License-Identifier = " MIT OR Apache-2.0"
212
+
208
213
[[annotations ]]
209
214
path = " serde_derive-1.0.219/**"
210
215
SPDX-FileCopyrightText = " serde contributors"
Original file line number Diff line number Diff line change
1
+ {
2
+ "artifact" : " library" ,
3
+ "category" : " secondary" ,
4
+ "cargo_rustc_opts" : " -Znext-solver=globally" ,
5
+ "excluded_profiles" : [
6
+ " Doc"
7
+ ],
8
+ "excluded_scenarios" : [
9
+ " IncrFull" ,
10
+ " IncrPatched" ,
11
+ " IncrUnchanged"
12
+ ]
13
+ }
You can’t perform that action at this time.
0 commit comments