-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Version 0.25.0 not found #339
Comments
Hey @maxclaey, thanks for the report! Could you please run and show me the output of |
Btw... I wonder does |
@billy1624 Thanks for your response! Running
The same holds for |
Bingo! We employed new feature that was offered in Rust 1.16.0 I think we should specify |
Agreed, it would be nice to at least sea this requirement :)! Thanks for clarifying! |
I'm going to transfer this issue to |
Oppps... this issue is on |
Description
When selecting version
"0.25.0"
forsea-query
, cargo reports it failed to select a version, with the latest candidate version being0.24.6
, even after updating the crates.io index. However, the latest version listed on crates.io is 0.25.0. Reproduced on an ubuntu and macos setup. Removing~/.cargo/registry
doesn't help.Steps to Reproduce
"0.25.0"
cargo check
Expected Behavior
The correct version is found
Actual Behavior
Cannot select a version:
Reproduces How Often
Reproduced on a macos and ubuntu setup.
Versions
0.25.0
Additional Information
The text was updated successfully, but these errors were encountered: