Commit 14db8ba
- .github/workflows/contrib.yml+23-19
- Cargo.lock+12
- Cargo.toml+1-1
- ci/generate.py-6
- src/bin/cargo/commands/help.rs+5-1
- src/cargo/core/package.rs+273-667
- src/cargo/sources/directory.rs+2-2
- src/cargo/sources/git/source.rs+3-2
- src/cargo/sources/git/utils.rs+29-29
- src/cargo/sources/overlay.rs+10-5
- src/cargo/sources/path.rs+4-4
- src/cargo/sources/registry/http_remote.rs+8-3
- src/cargo/sources/registry/local.rs+7-2
- src/cargo/sources/registry/mod.rs+17-12
- src/cargo/sources/registry/remote.rs+8-3
- src/cargo/sources/replaced.rs+4-4
- src/cargo/sources/source.rs+6-6
- src/cargo/util/local_poll_adapter.rs+17-2
- src/cargo/util/network/http_async.rs+40-25
- src/cargo/util/network/mod.rs-1
- src/cargo/util/network/sleep.rs-104
- tests/testsuite/alt_registry.rs+10-4
- tests/testsuite/cargo_tree/deps.rs+5-2
- tests/testsuite/cargo_tree/dupe/stderr.term.svg+3-3
- tests/testsuite/cargo_tree/edge_kind/stderr.term.svg+18-18
- tests/testsuite/cfg.rs+5-2
- tests/testsuite/doc.rs+1-1
- tests/testsuite/features.rs+5-2
- tests/testsuite/features_namespaced.rs+5-2
- tests/testsuite/fetch.rs+7-3
- tests/testsuite/future_incompat_report.rs+1-1
- tests/testsuite/help.rs+30
- tests/testsuite/inheritable_workspace_fields.rs+12-6
- tests/testsuite/lints/unused_dependencies.rs+10-4
- tests/testsuite/local_registry.rs+10-4
- tests/testsuite/offline.rs+20-22
- tests/testsuite/pub_priv.rs+5-2
- tests/testsuite/registry.rs+14-11
- tests/testsuite/rust_version.rs+5-2
- tests/testsuite/weak_dep_features.rs+10-4
0 commit comments