Skip to content

Commit

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

7 commits in f63f23ff1f1a12ede8585bbd1bbf0c536e50293d..a44758ac805600edbb6ba51e7e6fb81a6077c0cd
2022-04-28 03:15:50 +0000 to 2022-05-04 02:29:34 +0000
- Add support for `-Zbuild-std` to `cargo fetch` (rust-lang/cargo#10129)
- Migrate tests of `cargo-init` to snapbox (rust-lang/cargo#10620)
- dedupe toml_edit crate, followup rust-lang/cargo#10603 (rust-lang/cargo#10619)
- Update GitHub Actions actions/checkout@v2 to v3 (rust-lang/cargo#10618)
- Integrate snapbox in with cargo-test-support (rust-lang/cargo#10581)
- Fix zsh completion (rust-lang/cargo#10613)
- Update documentation for workspace inheritance (rust-lang/cargo#10611)
  • Loading branch information
bors committed May 4, 2022
2 parents 21d613b + 22326c5 commit fed2c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,10 @@ dependencies = [
"lazy_static",
"remove_dir_all",
"serde_json",
"snapbox",
"tar",
"termcolor",
"toml_edit 0.13.4",
"toml_edit 0.14.3",
"url 2.2.2",
]

Expand Down
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 208 files

0 comments on commit fed2c43

Please sign in to comment.