-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 2d73e6c
authored
Rollup merge of #142993 - ehuss:update-cargo, r=ehuss
Update cargo
2 commits in 84709f085062cbf3c51fa507527c1b2334015178..409fed7dc1553d49cb9a8c0637d12d65571346ce
2025年06月22日 23:58:39 +0000 to 2025年06月23日 15:55:04 +0000
- Fix potential deadlock in `CacheState::lock` (rust-lang/cargo#15698)
- feat(toml): Parse support for multiple build scripts (rust-lang/cargo#15630)1 file changed
+1
-1
lines changed- crates/cargo-util-schemas/manifest.schema.json+22-3
- crates/cargo-util-schemas/src/manifest/mod.rs+36-7
- src/cargo/core/features.rs+3
- src/cargo/ops/vendor.rs+26-18
- src/cargo/util/cache_lock.rs+4-1
- src/cargo/util/toml/mod.rs+34-21
- src/cargo/util/toml/targets.rs+30-22
- src/doc/src/reference/unstable.md+19
- tests/testsuite/bad_config.rs+1-1
- tests/testsuite/build_scripts_multiple.rs+469
- tests/testsuite/main.rs+1
- tests/testsuite/package.rs+4-4
0 commit comments