Commit 7b46aa5
committed
Auto merge of rust-lang#98954 - ehuss:update-cargo, r=ehuss
Update cargo
9 commits in dbff32b27893b899ae2397f3d56d1be111041d56..c0bbd42ce5e83fe2a93e817c3f9b955492d3130a
2022-06-24 19:25:13 +0000 to 2022-07-03 13:41:11 +0000
- fix typo (rust-lang/cargo#10818)
- fix(add): Don't panic with `--offline` (rust-lang/cargo#10817)
- chore: Set permissions for GitHub actions (rust-lang/cargo#10816)
- Bump to 0.65.0, update changelog (rust-lang/cargo#10812)
- Fix zsh completions for add and locate-project (rust-lang/cargo#10810)
- Bump cargo-util version. (rust-lang/cargo#10804)
- Update os_info (rust-lang/cargo#10802)
- Fix deserialization of check-cfg in config.toml (rust-lang/cargo#10799)
- fix: bash complete `install --path` with dirs (rust-lang/cargo#10798)2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
| 448 | + | |
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| |||
2617 | 2617 | | |
2618 | 2618 | | |
2619 | 2619 | | |
2620 | | - | |
| 2620 | + | |
2621 | 2621 | | |
2622 | | - | |
| 2622 | + | |
2623 | 2623 | | |
2624 | 2624 | | |
2625 | 2625 | | |
| |||
- .github/workflows/contrib.yml+5
- .github/workflows/main.yml+7
- CHANGELOG.md+71-1
- Cargo.toml+3-3
- crates/cargo-util/Cargo.toml+1-1
- src/bin/cargo/commands/add.rs-3
- src/cargo/core/features.rs+45-29
- src/cargo/sources/git/utils.rs+1-1
- src/etc/_cargo+11-11
- src/etc/cargo.bashcomp.sh+1-1
- tests/testsuite/cargo_add/mod.rs+1
- tests/testsuite/cargo_add/offline_empty_cache/in+1
- tests/testsuite/cargo_add/offline_empty_cache/mod.rs+25
- tests/testsuite/cargo_add/offline_empty_cache/out/Cargo.toml+5
- tests/testsuite/cargo_add/offline_empty_cache/stderr.log+1
- tests/testsuite/cargo_add/offline_empty_cache/stdout.log
- tests/testsuite/check_cfg.rs+71
0 commit comments