Commit d13c80a
committed
Auto merge of rust-lang#135089 - weihanglo:update-cargo, r=weihanglo
Update cargo
9 commits in d73d2caf9e41a39daf2a8d6ce60ec80bf354d2a7..fd784878cfa843e3e29a6654ecf564c62fae6735
2024-12-31 20:51:21 +0000 to 2025-01-03 20:06:26 +0000
- chore: bump gix-lock to remove thiserror@1 from `cargo` (rust-lang/cargo#15012)
- refactor(manifest): Clean up field -> env var handling (rust-lang/cargo#15008)
- chore(deps): update rust crate thiserror to v2 (rust-lang/cargo#14998)
- test(git): Clean up shallow fetch tests (rust-lang/cargo#15002)
- fix(schema): Correct and update the JSON Schema (rust-lang/cargo#15000)
- chore(deps): update rust crate itertools to 0.14.0 (rust-lang/cargo#14996)
- fix: env table config can't trigger rebuild with `rerun-if-env-changed`. (rust-lang/cargo#14756)
- chore(deps): update alpine docker tag to v3.21 (rust-lang/cargo#14995)
- fix(package): check dirtiness of symlinks source files (rust-lang/cargo#14981)1 file changed
+1
-1
lines changed- .github/workflows/main.yml+7
- Cargo.lock+13-13
- Cargo.toml+2-2
- crates/cargo-test-support/containers/sshd/Dockerfile+1-1
- crates/cargo-test-support/src/lib.rs+6
- crates/cargo-util-schemas/manifest.schema.json+348-348
- crates/cargo-util-schemas/src/manifest/mod.rs+1-1
- crates/cargo-util/src/paths.rs+3-3
- src/cargo/core/compiler/fingerprint/mod.rs+31-14
- src/cargo/core/manifest.rs+34-50
- src/cargo/ops/cargo_package/vcs.rs+35-27
- src/cargo/sources/path.rs+40
- tests/testsuite/build_script_env.rs+69
- tests/testsuite/git_shallow.rs+201-215
- tests/testsuite/package.rs+9-2
0 commit comments