-
-
Notifications
You must be signed in to change notification settings - Fork 36
Out-of-date information not showing versions released since 20th of June #194
Comments
I actually cannot repro this on my other machine, so it is very likely that this is not a bug but me being dense. I'd appreciate an explanation anyways. |
I also see this issue, seems to be caused by the default setting |
In my case, the directory of the index mentioned in this extension's settings was not being updated anymore. I checked Why did it change? No idea 🤷 . I hope this helps somebody. |
Could this be due to Cargo defaulting to using the sparse protocol instead of git in Rust 1.70.0? rust-lang/cargo#11791 Anyway, the changing the path from the |
@0x00A As far as I understand, the hashes are the same for everyone. For anyone wondering. Check the value of |
Since there are many issues going related with this, we have our own index server now. No more local checks with v0.6.0 |
Describe the bug
The extension has out-of-date version information, not seeing versions released even a week ago. The easiest crate to see this on for me is
itertools
, which showsa 0.10.5 even though 0.11.0 was released on the 20th of June.To Reproduce
Steps to reproduce the behavior:
cargo new
an appitertools = "0.11.0"
to Cargo.tomlExpected behavior
The extension does not tell me that my Cargo.toml is invalid even though it is valid.
Screenshots
Desktop (please complete the following information):
Additional context
Other crates that exhibit this that I can see:
clap
(4.3.5 released on 20th of June, extension shows 4.3.4)memmap2
(0.7.1 released on 24th of June, extension shows 0.7.0)The text was updated successfully, but these errors were encountered: