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

Can't install v0.4.0 from cargo #19

Closed
TommasoAmici opened this issue Oct 3, 2021 · 2 comments
Closed

Can't install v0.4.0 from cargo #19

TommasoAmici opened this issue Oct 3, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@TommasoAmici
Copy link

Describe the bug
I can't get cargo to update git-cliff to v0.4.0 (I'm on v0.3.0). I tried to uninstall and install again, but it fetches v0.3.0

To Reproduce
Steps to reproduce the behavior:

  1. Install v0.3.0
  2. Attempt to upgrade to v0.4.0
  3. See error

or

  1. Uninstall v0.3.0
  2. Attempt to install v0.4.0
  3. See error

Expected behavior
I expect to be able to update or install the new version

Screenshots/Logs
error: could not find git-cliff in registry crates-io with version =0.4.0

image

image

System (please complete the following information):

  • OS Information: macOS 11.6
  • Project Version: 0.3.0
@TommasoAmici TommasoAmici added the bug Something isn't working label Oct 3, 2021
@orhun
Copy link
Owner

orhun commented Oct 4, 2021

I cannot reproduce this. I tried the following:

cargo install git-cliff --version 0.3.0
cargo install git-cliff --version 0.4.0

Can you try again? This might be a one-time issue about crates.io or local cache.

@TommasoAmici
Copy link
Author

I cleared my ~/.cargo directory and then it worked, weird. I'll close the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants