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
thread '<main>' panicked at 'assertion failed: checkout.is_fresh()', src/cargo\sources\git\utils.rs:174
A friend of mine ( @diamondo25 ) got this error while trying to build a project after pinning a git dependency to a specific revision with rev = "v0.5.2".
Cargo version is cargo 0.8.0-nightly (08da2f5 2015-12-21) using x86_64-pc-windows-msvc.
thread '<main>' panicked at 'assertion failed: checkout.is_fresh()', src/cargo\sources\git\utils.rs:174
A friend of mine ( @diamondo25 ) got this error while trying to build a project after pinning a git dependency to a specific revision with
rev = "v0.5.2"
.Cargo version is
cargo 0.8.0-nightly (08da2f5 2015-12-21)
usingx86_64-pc-windows-msvc
.Possibly related to #1069
cc @alexcrichton
The text was updated successfully, but these errors were encountered: