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
This fails when installing cargo audit with cargo v1.80 due to an issue with the locked version of the time dependency. Removing --locked from the install command allows the command to work.
Installing with --locked was previously necessary since otherwise v0.20 would have runtime problems #72.
It seems that currently it works without --locked. I will push an update.
This fails when installing cargo audit with cargo v1.80 due to an issue with the locked version of the
time
dependency. Removing--locked
from the install command allows the command to work.cargo install cargo-audit --vers 0.20.0 --no-default-features
The text was updated successfully, but these errors were encountered: