Commit 0a29b26
committed
Cargo stable backports
```
$ git log --oneline 85eff7c80277b57f78b11e28d14154ab12fcf643..292f395c297d4f99171325b0842ac4ea4ff3b386
292f395c2 (HEAD) [stable 1.94] Fix symlink_and_directory when running in a long target dir name (#16777)
d00475981 Fix symlink_and_directory when running in a long target dir name (#16775)
ce98781f7 [stable 1.94] Update tar to 0.4.45 (#16769)
fec7f9297 Update tar to 0.4.45
5e256e377 Add a test for a tar file with a symlink and directory of the same name
1ed92053d test: Remove unused docker ip_address (#16636)
d7a2a0307 Increase cache_lock test timeout (#16545)
95d93fb89 Don't check the specific build-std output
dfbe729f6 chore: Updated compiler errors for Rust 1.93 (#16543)
cb03b21f6 Update cargo-semver-checks to 0.47.0
f7777c4f9 test(build-std): Update error message (#16658)
a56abe18a Disable custom target JSON spec test
634668d49 fix: `--remap-path-scope` stabilized in 1.95-nightly (#16536)
d428eaa44 fix(script): surpress `unused_features` lint for embedded (#16714)
e7b27c7f9 test(git): Mark a test as non-deterministic (#16706)
38922ca44 test(replace): Mark a test as non-deterministic (#16700)
```1 parent 4f1e85d commit 0a29b26
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/workflows/main.yml+1-1
- Cargo.lock+3-3
- Cargo.toml+2-2
- crates/cargo-test-support/Cargo.toml+1-1
- crates/cargo-test-support/src/containers.rs-17
- crates/cargo-test-support/src/registry.rs+20
- src/cargo/core/compiler/mod.rs+3-2
- src/doc/src/reference/semver.md+2-2
- tests/build-std/main.rs+2-5
- tests/testsuite/cache_lock.rs+1-1
- tests/testsuite/git.rs+5-2
- tests/testsuite/main.rs+1
- tests/testsuite/profile_trim_paths.rs+63-43
- tests/testsuite/registry.rs+77
- tests/testsuite/replace.rs+5-2
- tests/testsuite/standard_lib.rs+1-1
0 commit comments