Commit bccd341
committed
Rollup merge of rust-lang#40778 - alexcrichton:update-cargo, r=alexcrichton
Update cargo submodule
I'm not really sure what we want the cadence here to be. We'll at the very least
update the Cargo submodule right before all releases, but otherwise I figured we
could just do it whenever needed or otherwise weekly (or something like that).
In any case, I don't have a super strong particular reason to do this, it's just
been a week or so since the release!1 file changed
+1
-1
lines changed- .travis.yml+14-14
- src/bin/metadata.rs+8-3
- src/bin/test.rs+1-1
- src/cargo/core/resolver/mod.rs+10-5
- src/cargo/core/workspace.rs+51-10
- src/cargo/ops/cargo_rustc/compilation.rs+2-2
- src/cargo/ops/cargo_rustc/mod.rs+1
- src/cargo/ops/cargo_test.rs+18-17
- src/cargo/util/errors.rs+29-1
- src/cargo/util/mod.rs+1-1
- src/cargo/util/toml.rs+9-2
- src/doc/manifest.md+6-1
- tests/metadata.rs+17-2
- tests/overrides.rs+93
- tests/test.rs+89-2
- tests/workspaces.rs+114
0 commit comments