2 files changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
|
- .github/renovate.json5+4-2
- Cargo.lock+45-45
- Cargo.toml+19-19
- crates/cargo-test-macro/Cargo.toml+2-2
- crates/cargo-test-support/Cargo.toml+2-2
- crates/cargo-test-support/src/lib.rs+4
- crates/cargo-util-schemas/Cargo.toml+1-1
- crates/cargo-util-schemas/src/manifest/mod.rs-7
- crates/cargo-util/Cargo.toml+2-2
- crates/cargo-util/src/paths.rs+19-27
- crates/crates-io/Cargo.toml+2-2
- credential/cargo-credential-libsecret/Cargo.toml+2-2
- credential/cargo-credential-macos-keychain/Cargo.toml+2-2
- credential/cargo-credential-wincred/Cargo.toml+2-2
- src/cargo/core/compiler/build_context/target_info.rs-13
- src/cargo/core/compiler/build_runner/mod.rs+6-3
- src/cargo/core/compiler/custom_build.rs+7-13
- src/cargo/core/compiler/fingerprint/mod.rs+8-1
- src/cargo/core/compiler/mod.rs+10-8
- src/cargo/core/features.rs+7-12
- src/cargo/core/resolver/version_prefs.rs+32-15
- src/cargo/core/workspace.rs+56-22
- src/cargo/ops/cargo_clean.rs+16-59
- src/cargo/ops/fix.rs-63
- src/cargo/util/context/target.rs+9-3
- src/cargo/util/lints.rs+26-332
- src/cargo/util/toml/mod.rs+87-115
- src/cargo/util/toml/targets.rs+153-215
- src/doc/src/guide/continuous-integration.md-19
- src/doc/src/reference/build-script-examples.md-3
- src/doc/src/reference/build-scripts.md+1-41
- src/doc/src/reference/unstable.md+39-8
- tests/testsuite/bad_config.rs+3-208
- tests/testsuite/build_script.rs+2-9
- tests/testsuite/cargo/z_help/stdout.term.svg+31-29
- tests/testsuite/check_cfg.rs+207-38
- tests/testsuite/features_namespaced.rs-1
- tests/testsuite/fix.rs-147
- tests/testsuite/inheritable_workspace_fields.rs-100
- tests/testsuite/lints/implicit_features/edition_2021_warn/mod.rs+1-1
- tests/testsuite/lints/implicit_features/edition_2024/mod.rs+1-1
- tests/testsuite/lints/mod.rs-1
- tests/testsuite/lints/unknown_lints/default/mod.rs-33
- tests/testsuite/lints/unknown_lints/default/stderr.term.svg-47
- tests/testsuite/lints/unknown_lints/inherited/mod.rs-43
- tests/testsuite/lints/unknown_lints/inherited/stderr.term.svg-59
- tests/testsuite/lints/unknown_lints/mod.rs-2
- tests/testsuite/lints/unused_optional_dependencies/edition_2021/mod.rs+1-1
- tests/testsuite/lints_table.rs+25-127
- tests/testsuite/package_features.rs+4-4
- tests/testsuite/profiles.rs+2-2
- tests/testsuite/rustc.rs+2-2
- tests/testsuite/rustflags.rs-1
- tests/testsuite/weak_dep_features.rs-1
0 commit comments