kennylevinsen / wldash

Wayland launcher/dashboard
https://sr.ht/~kennylevinsen/wldash
GNU General Public License v3.0
186 stars 16 forks source link

Cargo.lock is outdated in v0.3.0 #45

Closed jirutka closed 2 years ago

jirutka commented 2 years ago
$ cargo build --release --locked
error: the lock file Cargo.lock needs to be updated but --locked was passed to prevent this
If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.
--- Cargo.lock.original
+++ Cargo.lock.updated
@@ -796,7 +796,7 @@

 [[package]]
 name = "wldash"
-version = "0.2.0"
+version = "0.3.0"
 dependencies = [
  "alsa",
  "bitflags",
kennylevinsen commented 2 years ago

>:|

I fixed it in master. Is this a big enough issue to warrant a 0.3.1?

jirutka commented 2 years ago

It’s hard to say, I just patched it (https://github.com/alpinelinux/aports/commit/026e9ac18201e2e3fa37b9a58de468001413e4ec), but don’t know about maintainers in other distros.