2 files changed
+3
-2
lines changedDiff for: src/tools/cargo
- Cargo.lock+138-135
- Cargo.toml+6-2
- README.md+1-1
- crates/rustfix/Cargo.toml+2-1
- crates/rustfix/tests/everything/multiple-solutions.fixed.rs
- crates/rustfix/tests/everything/multiple-solutions.json
- crates/rustfix/tests/everything/multiple-solutions.rs
- crates/rustfix/tests/parse_and_replace.rs+76-162
- src/cargo/core/compiler/build_runner/mod.rs+3-1
- src/cargo/core/compiler/custom_build.rs+76-5
- src/cargo/core/compiler/mod.rs+37-10
- src/cargo/sources/path.rs+2-2
- src/cargo/util/context/target.rs+9-5
- src/doc/src/reference/features.md+1-1
- tests/testsuite/build_script.rs+87
Diff for: src/tools/tidy/src/deps.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| 135 | + | |
135 | 136 |
| |
136 | 137 |
| |
137 | 138 |
| |
138 |
| - | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
| 144 | + | |
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
|
0 commit comments