Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo install fails with cargo v1.80 #88

Closed
bekriebel opened this issue Jul 31, 2024 · 1 comment · Fixed by #89
Closed

cargo install fails with cargo v1.80 #88

bekriebel opened this issue Jul 31, 2024 · 1 comment · Fixed by #89

Comments

@bekriebel
Copy link

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

@jonasbb
Copy link
Member

jonasbb commented Jul 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants