DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.33k stars 736 forks source link

`dioxus-cli` version on crates.io (0.5.4) is ahead of git (0.5.3) (or have a version mismatch) #2175

Closed foresterre closed 3 months ago

foresterre commented 3 months ago

Problem

The latest version published on crates.io is v0.5.4.

The latest version on main (I couldn't find a more mainline branch), is 0.5.3 instead:

https://github.com/DioxusLabs/dioxus/blob/44471f4918529fd15a143854984ce3b3d58c07a9/packages/cli/Cargo.toml#L1-L4

The latest Dioxus release on Github has both dx artifacts with 0.5.3 (most of them) and some with 0.5.4.

The currently last Publish CI github action built version 0.5.3


I originally discovered this because of another potential issue and went looking whether this may have been fixed on git, only to discover that at least the version number installed via git was less recent than the crates.io version 😅

jkelleyrtp commented 3 months ago

Fixed, I published a version but didn't push the commit