docs: update librespot version [skip-ci]

This commit is contained in:
oSumAtrIX 2022-09-01 08:17:53 +02:00 committed by GitHub
parent ce30f29903
commit 811991b609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.