1 file changed
+1
-1
lines changedDiff for: src/tools/cargo
- .github/renovate.json5+2-2
- Cargo.lock+85-23
- Cargo.toml+5-4
- crates/cargo-test-macro/Cargo.toml+2-2
- crates/cargo-test-support/Cargo.toml+1-1
- crates/cargo-test-support/src/registry.rs+25-1
- crates/cargo-util-schemas/Cargo.toml+7-2
- crates/cargo-util-schemas/manifest.schema.json+1.5k
- crates/cargo-util-schemas/src/lib.rs+2
- crates/cargo-util-schemas/src/manifest/mod.rs+64
- crates/cargo-util-schemas/src/schema.rs+54
- crates/cargo-util/Cargo.toml+2-2
- crates/crates-io/Cargo.toml+2-2
- crates/resolver-tests/src/sat.rs+27-32
- crates/rustfix/Cargo.toml+1-1
- crates/rustfix/src/lib.rs+1-3
- crates/rustfix/src/replace.rs+76-85
- 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/fingerprint/mod.rs+26-21
- src/cargo/core/compiler/mod.rs+3-5
- src/cargo/core/resolver/errors.rs+7-1
- src/cargo/ops/cargo_add/mod.rs+8-5
- src/cargo/ops/cargo_new.rs+1-2
- src/cargo/sources/git/utils.rs+1-1
- src/cargo/util/context/environment.rs+8-7
- src/cargo/util/context/mod.rs+45-32
- src/cargo/util/toml_mut/dependency.rs+1-2
- src/cargo/util/toml_mut/mod.rs-16
- src/doc/src/guide/continuous-integration.md+5
- src/doc/src/reference/resolver.md+3-7
- tests/testsuite/build.rs+1-1
- tests/testsuite/cargo_env_config.rs+165
- tests/testsuite/directory.rs+2-2
- tests/testsuite/local_registry.rs+1-1
- tests/testsuite/offline.rs+9-11
- tests/testsuite/package.rs+6-6
- tests/testsuite/publish.rs+1-1
- tests/testsuite/registry.rs+17-17
- tests/testsuite/rust_version.rs+80
- tests/testsuite/source_replacement.rs+43
- tests/testsuite/update.rs+3-3
0 commit comments