Version 0.4.0
Testing shows that even with some of the expect()/unwrap() additions, the program is still stable enough to use. Will merge into the main branch.
This commit is contained in:
parent
74a84d9f7a
commit
e025a48735
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1605,7 +1605,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mpd_info_screen"
|
||||
version = "0.3.8"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"freetype",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mpd_info_screen"
|
||||
version = "0.3.8"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
description = "Displays info on currently playing music from an MPD daemon"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue