This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit bb2af4f
committed
Update cargo
18 commits in 3c5af6bed9a1a243a693e8e22ee2486bd5b82a6c..e84a7928d93a31f284b497c214a2ece69b4d7719
2023-01-24 15:48:15 +0000 to 2023-01-31 22:18:09 +0000
- chore: Add autolabel for `Command-*` labels (rust-lang/cargo#11664)
- Update cross test instructions for aarch64-apple-darwin (rust-lang/cargo#11663)
- Make cargo install report needed features (rust-lang/cargo#11647)
- docs(contrib): Remove out-of-date process step (rust-lang/cargo#11662)
- Do not error for `auth-required: true` without `-Z sparse-registry` (rust-lang/cargo#11661)
- Warn on commits to non-default branches. (rust-lang/cargo#11655)
- Avoid saving the same future_incompat warning multiple times (rust-lang/cargo#11648)
- Mention current default value in `publish.timeout` docs (rust-lang/cargo#11652)
- Make cargo aware of dwp files. (rust-lang/cargo#11572)
- Reduce target info rustc query calls (rust-lang/cargo#11633)
- Bump to 0.70.0; update changelog (rust-lang/cargo#11640)
- Enable sparse protocol in CI (rust-lang/cargo#11632)
- Fix split-debuginfo support detection (rust-lang/cargo#11347)
- refactor(toml): Move `TomlWorkspaceDependency` out of `TomlDependency` (rust-lang/cargo#11565)
- book: describe how the current resolver sometimes duplicates deps (rust-lang/cargo#11604)
- `cargo add` check `[dependencies]` order without considering the dotted item (rust-lang/cargo#11612)
- Link CoC to www.rust-lang.org/conduct.html (rust-lang/cargo#11622)
- Add more labels to triagebot (rust-lang/cargo#11621)1 parent dc1d9d5 commit bb2af4f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
- .github/workflows/main.yml+5
- CHANGELOG.md+106-8
- CODE_OF_CONDUCT.md+3
- Cargo.toml+1-1
- crates/cargo-test-support/src/cross_compile.rs+12-4
- crates/cargo-test-support/src/lib.rs+9-4
- src/cargo/core/compiler/build_context/target_info.rs+72-25
- src/cargo/core/compiler/future_incompat.rs+20-6
- src/cargo/core/compiler/mod.rs+11-4
- src/cargo/ops/cargo_add/mod.rs+6-1
- src/cargo/ops/cargo_clean.rs+2
- src/cargo/ops/cargo_install.rs+49-3
- src/cargo/sources/registry/http_remote.rs+11-11
- src/cargo/sources/registry/remote.rs+3-5
- src/cargo/util/toml/mod.rs+233-260
- src/doc/contrib/src/process/unstable.md-4
- src/doc/src/reference/resolver.md+33-2
- src/doc/src/reference/unstable.md+13-12
- tests/testsuite/build.rs+23
- tests/testsuite/cargo_add/mod.rs+1
- tests/testsuite/cargo_add/sorted_table_with_dotted_item/in/Cargo.toml+13
- tests/testsuite/cargo_add/sorted_table_with_dotted_item/in/src/lib.rs
- tests/testsuite/cargo_add/sorted_table_with_dotted_item/mod.rs+25
- tests/testsuite/cargo_add/sorted_table_with_dotted_item/out/Cargo.toml+14
- tests/testsuite/cargo_add/sorted_table_with_dotted_item/stderr.log+2
- tests/testsuite/cargo_add/sorted_table_with_dotted_item/stdout.log
- tests/testsuite/cfg.rs+40
- tests/testsuite/inheritable_workspace_fields.rs+54-9
- tests/testsuite/registry_auth.rs+16-2
- tests/testsuite/required_features.rs+117
- triagebot.toml+111
0 commit comments