When a dependency has a git url and a version, the version is generated twice in the output #187
Open
Description
For example in gdk4, this line:
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.15"}
became:
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.15", version = "0.15.0"}
Metadata
Assignees
Labels
No labels