Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

The wrong version is reported as latest for "cargo" as a dependency #45

Closed
dralley opened this issue Apr 6, 2019 · 2 comments
Closed
Milestone

Comments

@dralley
Copy link

dralley commented Apr 6, 2019

Describe the bug

The wrong version is reported as latest for the "cargo" crate when listed as a dependency

To Reproduce

Include cargo as a dependency in Crates.toml

Expected behavior

The "crates" extension would show me the current latest version of the cargo crate, which at this time is 0.34

Screenshots

Screenshot from 2019-04-05 23-01-06

Desktop (please complete the following information):

Fedora 29
"Crates" extension version 0.41

@pzmarzly
Copy link

pzmarzly commented Apr 6, 2019

Can confirm, update 0.4.1 that was supposed to fix sorting of crate versions actually broke it. Let's say we have a crate which latest version is 0.12. Extension now reports 0.9 as the latest version, and the sorted list looks like this:

0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2
0.11
0.12
0.1

@serayuzgur serayuzgur added this to the 0.4.2 milestone Apr 8, 2019
@serayuzgur
Copy link
Owner

please check v 0.4.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants