]> git.proxmox.com Git - cargo.git/commit
Auto merge of #9927 - weiznich:diesel_2021_edition, r=ehuss
authorbors <bors@rust-lang.org>
Tue, 21 Sep 2021 15:24:03 +0000 (15:24 +0000)
committerEric Huss <eric@huss.org>
Mon, 4 Oct 2021 16:22:58 +0000 (09:22 -0700)
commitb21796a696d7f33fab9ae5dbf96ead9e5c0e8046
treee6a25c6c70434aceb0013f456d4509383510d304
parentbbda5e1b60f3cf4b89373acc65501c1baa73445d
Auto merge of #9927 - weiznich:diesel_2021_edition, r=ehuss

Change diesel compatibility messages

Diesel 1.4.8 fixes the critical behaviour. This commit changes the
corresponding messages for `cargo fix` and normal builds to prompt the
user to just update the diesel version to fix the corresponding
compilation errors.

As discussed in https://github.com/rust-lang/rust/issues/88903#issuecomment-923061946

Fixes https://github.com/rust-lang/rust/issues/88903
Fixes #9450
src/cargo/core/compiler/job_queue.rs
src/cargo/ops/fix.rs