serayuzgur / crates

crates is an extension aims to help people to manage their dependencies for rust (crates.io & TOML).
https://marketplace.visualstudio.com/items?itemName=serayuzgur.crates
MIT License
238 stars 36 forks source link

Latest crate version is outdated #201

Closed torokati44 closed 1 year ago

torokati44 commented 1 year ago

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

image

Desktop:

Additional context

Related: https://github.com/serayuzgur/crates/issues/154

AurevoirXavier commented 1 year ago

I encountered the same bug. It looks like the reason is enabling sparse?

djc commented 1 year ago

Yes, I have the impression the sparse index isn't supported yet?

serayuzgur commented 1 year ago

Crates version ?

AurevoirXavier commented 1 year ago

Crates version ?

v0.6.0 on vscode.

torokati44 commented 1 year ago

Same here.

serayuzgur commented 1 year ago

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

torokati44 commented 1 year ago

Fix confirmed, thank you for the quick response!