You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating crates.io index
Downloading crates ...
error: failed to download `derive-error-chain v0.10.1`
Error: failed to download `derive-error-chain v0.10.1`
Caused by:
unable to get packages from source
Caused by:
failed to parse manifest at `C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\derive-error-chain-0.10.1\Cargo.toml`
Caused by:
failed to parse the version requirement `0.11.x` for dependency `syn`
Steps to reproduce
git clone https://github.com/diesel-rs/diesel
cd diesel
git checkout 1.4.x
cargo +nightly test --manifest-path diesel/Cargo.toml --no-default-features --features "sqlite extras libsqlite3-sys/bundled"
Code
I tried this code: diesel 1.4.x
I expected to see this happen: Compilation succeeds
Instead, this happened: Compilation fails with a dependency resolution error
Steps to reproduce
This is likely related to #9508 and rust-lang/rust#85983
Version it worked on
It most recently worked on:
cargo 1.53.0-beta (4369396ce 2021-04-27)
Version with regression
@rustbot modify labels: +regression-from-stable-to-nightly -regression-untriaged
The text was updated successfully, but these errors were encountered: