Skip to content

Commit

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

8 commits in ccc84ccec4b7340eb916aefda1cb3e2fe17d8e7b..fc1d58fd0531a57a6b942a14cdcdbcb82ece16f3
2024-02-07 15:37:49 +0000 to 2024-02-09 15:54:29 +0000
- docs(changelog): Clarify lints in virtual workspace error (rust-lang/cargo#13425)
- fix(compiler): Clarify Finished message (rust-lang/cargo#13422)
- fix(test-support): remove special case for `$message_type` (rust-lang/cargo#13424)
- chore(deps): update msrv (1 version) to v1.76.0 (rust-lang/cargo#13420)
- chore(bump-check): include rustfix and cargo-util-schemas (rust-lang/cargo#13421)
- chore: update to `jobserver` 0.1.28 (rust-lang/cargo#13419)
- feat: Add hint for adding members to workspace (rust-lang/cargo#13411)
- fix: Don't duplicate comments when editing TOML (rust-lang/cargo#13402)

r? weihanglo
  • Loading branch information
bors committed Feb 13, 2024
2 parents fd9bb7f + 9b3c0e6 commit bc1b9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 86 files
+2 −2 CHANGELOG.md
+12 −12 Cargo.lock
+4 −4 Cargo.toml
+0 −12 crates/cargo-test-support/src/compare.rs
+2 −2 crates/cargo-util-schemas/Cargo.toml
+2 −2 crates/cargo-util/Cargo.toml
+2 −2 crates/crates-io/Cargo.toml
+0 −2 crates/xtask-bump-check/src/xtask.rs
+2 −2 credential/cargo-credential-libsecret/Cargo.toml
+2 −2 credential/cargo-credential-macos-keychain/Cargo.toml
+2 −2 credential/cargo-credential-wincred/Cargo.toml
+6 −2 src/cargo/core/compiler/job_queue/mod.rs
+19 −5 src/cargo/ops/cargo_new.rs
+13 −6 src/cargo/util/config/mod.rs
+2 −2 tests/build-std/main.rs
+10 −10 tests/testsuite/alt_registry.rs
+27 −23 tests/testsuite/artifact_dep.rs
+4 −4 tests/testsuite/bad_config.rs
+26 −26 tests/testsuite/bench.rs
+1 −1 tests/testsuite/binary_name.rs
+27 −27 tests/testsuite/build.rs
+37 −37 tests/testsuite/build_script.rs
+1 −1 tests/testsuite/build_script_extra_link_arg.rs
+4 −4 tests/testsuite/cache_messages.rs
+6 −6 tests/testsuite/cargo_alias_config.rs
+1 −0 tests/testsuite/cargo_init/workspace_add_member/stderr.log
+1 −0 tests/testsuite/cargo_new/add_members_to_non_workspace/stderr.log
+1 −0 tests/testsuite/cargo_new/add_members_to_workspace_format_previous_items/stderr.log
+1 −0 tests/testsuite/cargo_new/add_members_to_workspace_format_sorted/stderr.log
+1 −0 tests/testsuite/cargo_new/add_members_to_workspace_with_absolute_package_path/stderr.log
+1 −0 tests/testsuite/cargo_new/add_members_to_workspace_with_empty_members/stderr.log
+1 −0 tests/testsuite/cargo_new/add_members_to_workspace_without_members/stderr.log
+3 −3 tests/testsuite/cfg.rs
+14 −14 tests/testsuite/check.rs
+1 −1 tests/testsuite/check_cfg.rs
+2 −2 tests/testsuite/clean.rs
+2 −2 tests/testsuite/concurrent.rs
+9 −9 tests/testsuite/cross_compile.rs
+2 −2 tests/testsuite/cross_publish.rs
+2 −2 tests/testsuite/custom_target.rs
+2 −2 tests/testsuite/dep_info.rs
+2 −2 tests/testsuite/directory.rs
+19 −19 tests/testsuite/doc.rs
+9 −9 tests/testsuite/docscrape.rs
+13 −13 tests/testsuite/features.rs
+2 −2 tests/testsuite/features2.rs
+4 −4 tests/testsuite/fix.rs
+50 −50 tests/testsuite/freshness.rs
+33 −33 tests/testsuite/git.rs
+31 −31 tests/testsuite/glob_targets.rs
+16 −16 tests/testsuite/inheritable_workspace_fields.rs
+26 −26 tests/testsuite/install.rs
+14 −14 tests/testsuite/install_upgrade.rs
+3 −3 tests/testsuite/lints.rs
+6 −4 tests/testsuite/lockfile_compat.rs
+1 −1 tests/testsuite/lto.rs
+1 −1 tests/testsuite/metabuild.rs
+1 −1 tests/testsuite/multitarget.rs
+5 −5 tests/testsuite/offline.rs
+18 −18 tests/testsuite/package.rs
+28 −28 tests/testsuite/patch.rs
+20 −20 tests/testsuite/path.rs
+2 −2 tests/testsuite/profile_config.rs
+12 −12 tests/testsuite/profile_custom.rs
+2 −2 tests/testsuite/profile_overrides.rs
+21 −21 tests/testsuite/profile_targets.rs
+9 −9 tests/testsuite/profile_trim_paths.rs
+5 −5 tests/testsuite/profiles.rs
+7 −7 tests/testsuite/pub_priv.rs
+1 −1 tests/testsuite/publish.rs
+7 −7 tests/testsuite/publish_lockfile.rs
+22 −22 tests/testsuite/registry.rs
+1 −1 tests/testsuite/registry_auth.rs
+9 −9 tests/testsuite/replace.rs
+32 −30 tests/testsuite/required_features.rs
+21 −21 tests/testsuite/run.rs
+13 −13 tests/testsuite/rustc.rs
+7 −7 tests/testsuite/rustdoc.rs
+2 −2 tests/testsuite/rustdocflags.rs
+14 −14 tests/testsuite/rustflags.rs
+26 −26 tests/testsuite/script.rs
+2 −2 tests/testsuite/source_replacement.rs
+64 −64 tests/testsuite/test.rs
+11 −11 tests/testsuite/tool_paths.rs
+1 −1 tests/testsuite/warn_on_failure.rs
+13 −12 tests/testsuite/workspaces.rs

0 comments on commit bc1b9e0

Please sign in to comment.