elkowar / eww

ElKowars wacky widgets

Home Page:https://elkowar.github.io/eww

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Cargo.lock version is incorrect in latest release

augustkline opened this issue · comments

Checklist before submitting an issue

  • I have searched through the existing closed and open issues for eww and made sure this is not a duplicate
  • I have specifically verified that this bug is not a common user error
  • I am providing as much relevant information as I am able to in this bug report (Minimal config to reproduce the issue for example, if applicable)

Description of the bug

In the latest release of eww (v0.6.0), the eww package version specified in Cargo.lock is 0.5.0, but should be 0.6.0 (if i'm not mistaken).

Reproducing the issue

Download the latest source from https://github.com/elkowar/eww/archive/refs/tags/v0.6.0.tar.gz and unpack with tar -xvf eww-0.6.0.tar.gz

Expected behaviour

Cargo.lock should show the package eww as being version 0.6.0

Additional context

No response

This has been addressed in 8397744.