-
Notifications
You must be signed in to change notification settings - Fork 607
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
utoipa = "1.1.0" cannot be downloaded #4955
Comments
For refence it looks to be in the index https://github.com/rust-lang/crates.io-index/blob/master/ut/oi/utoipa |
Could you provide your full Cargo.toml and Cargo.lock please? |
When I run cargo install |
When I make a new project with your Cargo.toml, |
|
Sorry, could you paste the entire contents of your |
|
That is odd, I can not reproduce the error you are seeing. I started a new project, put the |
Updating to latest version of rust + cargo solved the issue. Thank you for all the help. |
Glad it is fixed! If an update fix it, it may have bean rust-lang/cargo#10623 Although I did not see the new characters in the index for this crate. |
Current Behavior
error: failed to select a version for the requirement
utoipa = "^1.1.0"
candidate versions found which didn't match: 0.2.0, 0.1.2, 0.1.1, ...
location searched: crates.io index
Expected Behavior
Expected to install the create utoipa version 1.1.0 (worked before).
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: