]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #81245 - ehuss:update-cargo, r=ehuss
authorJonas Schievink <jonasschievink@gmail.com>
Sat, 23 Jan 2021 19:16:05 +0000 (20:16 +0100)
committerGitHub <noreply@github.com>
Sat, 23 Jan 2021 19:16:05 +0000 (20:16 +0100)
commitc4830daf1f5c527eaf6ebae0342cad62b4b7480d
tree16efc332fffd5d0da64499d00d23df42cca5dd8a
parent3a3470bf0440807c4d33d5cf7b074ccbf82959b6
parent453ebbdb8b62660a50acf24aa70334df71c0ab5b
Rollup merge of #81245 - ehuss:update-cargo, r=ehuss

Update cargo

5 commits in a73e5b7d567c3036b296fc6b33ed52c5edcd882e..783bc43c660bf39c1e562c8c429b32078ad3099b
2021-01-12 23:45:39 +0000 to 2021-01-20 19:02:26 +0000
- Fix some issues with `cargo doc` and the new feature resolver. (rust-lang/cargo#9077)
- Implement support for rust-version field in project metadata (rust-lang/cargo#8037)
- Fix a bug in Cargo's cyclic dep graph detection (rust-lang/cargo#9075)
- Typo correction: artifcats -&gt; artifacts (rust-lang/cargo#9081)
- Remove stray backtick from doc (rust-lang/cargo#9079)