Skip to content

Commit

Permalink
Auto merge of rust-lang#127258 - weihanglo:update-cargo, r=weihanglo
Browse files Browse the repository at this point in the history
Update cargo

23 commits in 4ed7bee47f7dd4416b36fada1909e9a62c546246..a515d463427b3912ec0365d106791f88c1c14e1b
2024-06-25 16:28:22 +0000 to 2024-07-02 20:53:36 +0000
- test: migrate rust_version and rustc* to snapbox (rust-lang/cargo#14177)
- test: mirgate fix* and future_incompat_report to snapbox (rust-lang/cargo#14173)
- test:migrate `edition/error` to snapbox (rust-lang/cargo#14175)
- chore(deps): update compatible (rust-lang/cargo#14174)
- refactor(source): Clean up after PathSource/RecursivePathSource split (rust-lang/cargo#14169)
- test: Migrate some files to snapbox (rust-lang/cargo#14132)
- test:  fix several assertions (rust-lang/cargo#14167)
- test: replace glob with explicit unordered calls (rust-lang/cargo#14166)
- Make it clear that `CARGO_CFG_TARGET_FAMILY` is multi-valued (rust-lang/cargo#14165)
- Document `CARGO_CFG_TARGET_ABI` (rust-lang/cargo#14164)
- test: Migrate git to snapbox (rust-lang/cargo#14159)
- test: migrate some files to snapbox (rust-lang/cargo#14158)
- test: migrate registry and registry_auth to snapbox (rust-lang/cargo#14149)
- gix: remove `revision` feature from cargo (rust-lang/cargo#14160)
- test: migrate package* and publish* to snapbox (rust-lang/cargo#14130)
- More `update --breaking` tests (rust-lang/cargo#14049)
- test: migrate clean to snapbox (rust-lang/cargo#14096)
- Allow `unexpected_builtin_cfgs` lint in `user_specific_cfgs` test (rust-lang/cargo#14153)
- test: migrate search, source_replacement and standard_lib to snapbox (rust-lang/cargo#14151)
- Docs: Update config summary to include missing keys. (rust-lang/cargo#14145)
- test: migrate `dep_info/diagnostics/direct_minimal_versions` to snapbox (rust-lang/cargo#14143)
- Docs: Remove duplicate `strip` section. (rust-lang/cargo#14146)
- Docs: Fix curly quotes in config docs. (rust-lang/cargo#14144)
  • Loading branch information
bors committed Jul 3, 2024
2 parents d163e5e + 1ca7e24 commit d68fe4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 50 files
+21 −21 Cargo.lock
+2 −1 Cargo.toml
+2 −1 crates/cargo-test-support/src/compare.rs
+2 −5 src/cargo/ops/cargo_add/mod.rs
+1 −1 src/cargo/ops/cargo_install.rs
+1 −1 src/cargo/ops/cargo_package.rs
+1 −1 src/cargo/ops/cargo_uninstall.rs
+67 −47 src/cargo/ops/cargo_update.rs
+1 −1 src/cargo/ops/resolve.rs
+1 −1 src/cargo/sources/directory.rs
+1 −1 src/cargo/sources/git/source.rs
+35 −48 src/cargo/sources/path.rs
+1 −1 src/cargo/sources/registry/mod.rs
+5 −3 src/cargo/util/toml_mut/upgrade.rs
+23 −20 src/doc/src/reference/config.md
+3 −1 src/doc/src/reference/environment-variables.md
+1 −1 tests/testsuite/build.rs
+117 −93 tests/testsuite/clean.rs
+99 −105 tests/testsuite/credential_process.rs
+138 −128 tests/testsuite/cross_compile.rs
+20 −24 tests/testsuite/cross_publish.rs
+38 −32 tests/testsuite/custom_target.rs
+18 −6 tests/testsuite/dep_info.rs
+5 −7 tests/testsuite/diagnostics.rs
+25 −29 tests/testsuite/direct_minimal_versions.rs
+26 −36 tests/testsuite/edition.rs
+4 −5 tests/testsuite/error.rs
+31 −18 tests/testsuite/features.rs
+334 −266 tests/testsuite/fix.rs
+63 −54 tests/testsuite/fix_n_times.rs
+116 −51 tests/testsuite/future_incompat_report.rs
+589 −533 tests/testsuite/git.rs
+76 −74 tests/testsuite/local_registry.rs
+60 −13 tests/testsuite/locate_project.rs
+66 −89 tests/testsuite/lockfile_compat.rs
+49 −31 tests/testsuite/login.rs
+25 −18 tests/testsuite/logout.rs
+631 −705 tests/testsuite/package.rs
+198 −114 tests/testsuite/package_features.rs
+521 −552 tests/testsuite/publish.rs
+118 −137 tests/testsuite/publish_lockfile.rs
+1,215 −821 tests/testsuite/registry.rs
+133 −65 tests/testsuite/registry_auth.rs
+197 −238 tests/testsuite/rust_version.rs
+234 −245 tests/testsuite/rustc.rs
+2 −2 tests/testsuite/rustc_info_cache.rs
+26 −12 tests/testsuite/search.rs
+39 −45 tests/testsuite/source_replacement.rs
+51 −11 tests/testsuite/standard_lib.rs
+561 −9 tests/testsuite/update.rs

0 comments on commit d68fe4e

Please sign in to comment.