Commit 4b400b4
authored
refactor: configure
Without this, `cargo` never tries to load any of the settings from
`.cargo/config.toml`, etc. For example, it doesn't load the `[unstable]
sparse-registry = true` in `config.toml` set by crisp, which is what is
causing the hang in `cargo refactor` in crisp.cargo (#1573)1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
252 | 265 | | |
253 | 266 | | |
254 | 267 | | |
| |||
0 commit comments