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
Set cargo --version git hash length to 9
#10323 changed how cargo captures the current git commit hash, which resulted in platform-dependent commit hash lengths.
This change sets the length to 9, which is consistent with rustc and previous releases of cargo.
Fixes#10547
0 commit comments