Closed torokati44 closed 1 year ago
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!
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:
Additional context
Related: https://github.com/serayuzgur/crates/issues/154