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/**"
205205SPDX-FileCopyrightText = " serde contributors"
206206SPDX-License-Identifier = " MIT OR Apache-2.0"
207207
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+
208213[[annotations ]]
209214path = " serde_derive-1.0.219/**"
210215SPDX-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