We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran this command in the project folder which I have Cargo.toml with Axum and it hanged like that without output:
Cargo.toml
Axum
$ cargo upgrade -p axum
And only after something like 4 minutes it showed:
Updating 'https://github.com/rust-lang/crates.io-index' index
Evenutally I think it worked, but it's very strange at the first time.
The text was updated successfully, but these errors were encountered:
Closing in favor of #869
This is because this is implemented using the git index protocol and the less often that gets updated, the slower it is.
Focus is shifted from fixing things like that to the effort of implementing cargo upgrade within cargo.
cargo upgrade
Sorry, something went wrong.
No branches or pull requests
I ran this command in the project folder which I have
Cargo.toml
withAxum
and it hanged like that without output:
$ cargo upgrade -p axum
And only after something like 4 minutes it showed:
Updating 'https://github.com/rust-lang/crates.io-index' index
Evenutally I think it worked, but it's very strange at the first time.
The text was updated successfully, but these errors were encountered: