From 811991b60940ab1c92666f95b6f4ee6d069b9c21 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 1 Sep 2022 08:17:53 +0200 Subject: [PATCH] docs: update librespot version [skip-ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d258a09..67dd811 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Host github.com If you do not want to use `free-librespot` (i.e. if you are using a paid Spotify account), then remove the git dependency of `free-librespot`. For that, delete `git = "ssh://git@github.com/oSumAtrIX/free-librespot.git"` inside `Cargo.toml`. -For paid Spotify accounts, make sure to then add `librespot = "0.3.1"` in the `Cargo.toml` file instead. +For paid Spotify accounts, make sure to then add `librespot = "0.4.2"` in the `Cargo.toml` file instead. `Nightly Rust` is required to build this project. Install it by following [rustup.rs](https://rustup.rs) instructions.