2 files changed
+6
-6
lines changedDiff for: Cargo.lock
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
340 |
| - | |
| 340 | + | |
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
| |||
627 | 627 |
| |
628 | 628 |
| |
629 | 629 |
| |
630 |
| - | |
| 630 | + | |
631 | 631 |
| |
632 |
| - | |
| 632 | + | |
633 | 633 |
| |
634 | 634 |
| |
635 | 635 |
| |
| |||
5233 | 5233 |
| |
5234 | 5234 |
| |
5235 | 5235 |
| |
5236 |
| - | |
| 5236 | + | |
5237 | 5237 |
| |
5238 |
| - | |
| 5238 | + | |
5239 | 5239 |
| |
5240 | 5240 |
| |
5241 | 5241 |
| |
|
Diff for: src/tools/cargo
- Cargo.toml+2-2
- src/bin/cargo/commands/install.rs+20-6
- src/cargo/core/compiler/custom_build.rs+26-10
- src/cargo/core/resolver/dep_cache.rs+6-6
- src/cargo/core/resolver/features.rs+10-11
- src/cargo/core/workspace.rs+2-2
- src/cargo/ops/common_for_install_and_uninstall.rs+1-1
- src/cargo/ops/tree/graph.rs+6-6
- src/cargo/ops/vendor.rs+5-1
- src/cargo/util/config/target.rs+24-6
- src/doc/src/reference/build-scripts.md+29-3
- src/doc/src/reference/publishing.md+3-6
- src/etc/cargo.bashcomp.sh+1
- tests/testsuite/build_script_extra_link_arg.rs+73-1
- tests/testsuite/features2.rs+74
- tests/testsuite/features_namespaced.rs+2-1
- tests/testsuite/install.rs+66-2
- tests/testsuite/publish.rs+2
- tests/testsuite/run.rs+1-1
- tests/testsuite/rustc.rs+1-1
- tests/testsuite/tree_graph_features.rs+1
- tests/testsuite/vendor.rs+32
0 commit comments