Commit bea8af9
authored
Rollup merge of rust-lang#87502 - ehuss:update-cargo, r=ehuss
Update cargo
8 commits in cebef2951ee69617852844894164b54ed478a7da..d21c22870e58499d6c31f1bef3bf1255eb021666
2021-07-22 13:01:52 +0000 to 2021-07-26 20:23:21 +0000
- Fix version string. (rust-lang/cargo#9727)
- Allow publishing from workspace root. (rust-lang/cargo#9559)
- Better msg for wrong position (rust-lang/cargo#9723)
- Stabilize the rustc-link-arg option (rust-lang/cargo#9557)
- Warning when using features in replace (rust-lang/cargo#9681)
- Refactor if let chains to matches! macro (rust-lang/cargo#9721)
- Weather is not nice today.. (rust-lang/cargo#9720)
- Update should_use_metadata function (rust-lang/cargo#9653)1 file changed
+1
-1
lines changed- crates/resolver-tests/tests/resolve.rs+1-1
- src/bin/cargo/cli.rs+1-2
- src/bin/cargo/commands/package.rs+9
- src/bin/cargo/commands/publish.rs+2
- src/cargo/core/compiler/context/compilation_files.rs+9-15
- src/cargo/core/compiler/custom_build.rs+35-56
- src/cargo/core/features.rs+4-2
- src/cargo/core/resolver/context.rs+1-1
- src/cargo/core/resolver/types.rs+7-19
- src/cargo/ops/cargo_package.rs+70-24
- src/cargo/ops/mod.rs+1-1
- src/cargo/ops/registry.rs+11-6
- src/cargo/ops/resolve.rs+10
- src/cargo/util/config/target.rs+7-24
- src/cargo/util/toml/mod.rs+1-1
- src/doc/src/reference/build-scripts.md+38
- src/doc/src/reference/unstable.md+7-46
- tests/testsuite/build_script_extra_link_arg.rs+8-29
- tests/testsuite/cargo_features.rs+1-1
- tests/testsuite/freshness.rs+3-3
- tests/testsuite/package.rs+56
- tests/testsuite/publish.rs+96
- tests/testsuite/replace.rs+98
- tests/testsuite/version.rs+2-2
0 commit comments