Update to strum 0.25.0

This commit is contained in:
Henrik Friedrichsen
2023-07-22 12:42:57 +02:00
parent 9709c73324
commit 66bb0746b6
3 changed files with 26 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ pub enum PlaybackState {
}
/// The focussed library tab when ncspot is started.
#[derive(Clone, Serialize, Deserialize, Debug, Hash, strum::EnumIter)]
#[derive(Clone, Serialize, Deserialize, Debug, Hash, strum_macros::EnumIter)]
#[serde(rename_all = "lowercase")]
pub enum LibraryTab {
Tracks,