4 files changed
+4
-4
lines changedDiff for: .github/workflows/ci.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
442 | 442 |
| |
443 | 443 |
| |
444 | 444 |
| |
445 |
| - | |
| 445 | + | |
446 | 446 |
| |
447 | 447 |
| |
448 | 448 |
| |
|
Diff for: src/ci/azure-pipelines/auto.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 |
| - | |
| 151 | + | |
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
|
Diff for: src/ci/github-actions/ci.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
508 |
| - | |
| 508 | + | |
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
|
Diff for: src/tools/cargo
- ci/azure-install-rust.yml+1-1
- crates/cargo-test-support/src/lib.rs+3-7
- crates/cargo-test-support/src/registry.rs+8
- crates/resolver-tests/tests/resolve.rs+25
- src/cargo/core/compiler/fingerprint.rs+22-2
- src/cargo/core/compiler/mod.rs+2
- src/cargo/core/compiler/rustdoc.rs+172
- src/cargo/core/features.rs+2
- src/cargo/core/profiles.rs+1-1
- src/cargo/core/registry.rs+18-20
- src/cargo/ops/resolve.rs+1
- src/cargo/util/config/mod.rs+24-8
- src/cargo/util/dependency_queue.rs+1-1
- src/cargo/util/toml/mod.rs+11
- src/doc/src/reference/unstable.md+41
- tests/testsuite/alt_registry.rs+11-1
- tests/testsuite/bad_config.rs+30
- tests/testsuite/build.rs+57-6
- tests/testsuite/config_include.rs+3-3
- tests/testsuite/freshness.rs+36
- tests/testsuite/install.rs+2-2
- tests/testsuite/main.rs+1
- tests/testsuite/profiles.rs+2
- tests/testsuite/rustdoc_extern_html.rs+375
0 commit comments