elkowar / eww

ElKowars wacky widgets
https://elkowar.github.io/eww
MIT License
8.78k stars 366 forks source link

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

Open augustkline opened 2 months ago

augustkline commented 2 months ago

Checklist before submitting an issue

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

w-lfchen commented 2 months ago

This has been addressed in https://github.com/elkowar/eww/commit/8397744f403c87ab39523b4bf9e0216ad444f1bb.