Latest crate version is outdated
torokati44 opened this issue · 7 comments
Describe the bug
The version list of serde
is outdated.
To Reproduce
Add this line to a Cargo.toml
file, and see the ❌ annotation:
serde = { version = "1.0.180", features = ["derive"] }
Expected behavior
serde
1.0.180
is in the version list.
Screenshots
Desktop:
- OS: Fedora Linux
- Version 38
Additional context
Related: #154
I encountered the same bug. It looks like the reason is enabling sparse
?
Yes, I have the impression the sparse index isn't supported yet?
Crates version ?
Crates version ?
v0.6.0 on vscode.
Same here.
Ok there was an error with the updating process. Fixed right now https://api.crates-vsc.space/index/versions/serde
To clear vscode cache please restart the extension or wait 1 min
Fix confirmed, thank you for the quick response!