1 file changed
+1
-1
lines changed- .github/renovate.json5+2-4
- 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+27-19
- 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+3-6
- src/cargo/core/compiler/custom_build.rs+13-7
- src/cargo/core/compiler/fingerprint/mod.rs+1-8
- src/cargo/core/compiler/mod.rs+8-10
- src/cargo/core/features.rs+12-7
- src/cargo/core/resolver/version_prefs.rs+15-32
- src/cargo/core/workspace.rs+22-56
- src/cargo/ops/cargo_clean.rs+59-16
- src/cargo/ops/fix.rs+63
- src/cargo/util/context/target.rs+3-9
- src/cargo/util/lints.rs+332-26
- src/cargo/util/toml/mod.rs+115-87
- src/cargo/util/toml/targets.rs+215-153
- src/doc/src/guide/continuous-integration.md+19
- src/doc/src/reference/build-script-examples.md+3
- src/doc/src/reference/build-scripts.md+41-1
- src/doc/src/reference/unstable.md+8-39
- tests/testsuite/bad_config.rs+208-3
- tests/testsuite/build_script.rs+9-2
- tests/testsuite/cargo/z_help/stdout.term.svg+29-31
- tests/testsuite/check_cfg.rs+38-207
- 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+127-25
- 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