]> git.lizzy.rs Git - rust.git/commit
Auto merge of #75723 - ehuss:update-cargo, r=ehuss
authorbors <bors@rust-lang.org>
Thu, 20 Aug 2020 01:08:08 +0000 (01:08 +0000)
committerbors <bors@rust-lang.org>
Thu, 20 Aug 2020 01:08:08 +0000 (01:08 +0000)
commit1a3210993d54a858dd21a9d927229bf5a56969e7
treec16981b1bb803de86592bc07741a69976fe17e3a
parent5f6fcad6449aabad3c29c65c1738f8eab89c03ce
parent77a5675b1f895aff39ed145798424cd103cd6c2d
Auto merge of #75723 - ehuss:update-cargo, r=ehuss

Update cargo

5 commits in ab32ee88dade1b50c77347599e82ca2de3fb8a51..51b66125ba97d2906f461b3f4e0408f206299bb6
2020-08-10 17:44:43 +0000 to 2020-08-19 20:22:52 +0000
- Add chapters on dependency resolution and SemVer compatibility. (rust-lang/cargo#8609)
- Renames SourceId::into_url -&gt; SourceId::as_url (rust-lang/cargo#8611)
- Fix bug with PathAndArg config values (rust-lang/cargo#8629)
- Show full error context on `cargo run` error. (rust-lang/cargo#8627)
- Fix typo in SIGQUIT description (rust-lang/cargo#8615)