diff --git a/Cargo.lock b/Cargo.lock index f353c0cb..0fafcd38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2486,7 +2486,7 @@ dependencies = [ [[package]] name = "spotifyd" -version = "0.2.20" +version = "0.2.24" dependencies = [ "alsa 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ded23b08..4cf6e8f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Simon Persson ", "Sven Lechner "] edition = "2018" name = "spotifyd" -version = "0.2.20" +version = "0.2.24" [dependencies] alsa = { version = "0.3", optional = true }