From 2e7c5e9ae1298467d5d38c722e73d36c3d697ce5 Mon Sep 17 00:00:00 2001 From: Sasha Hilton Date: Fri, 12 Apr 2019 05:41:05 +0200 Subject: [PATCH] Bump rust version number. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57daacd5..c5ea9580 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you wish to learn more about how librespot works overall, the best way is to If you run into a bug when using librespot, please search the existing issues before opening a new one. Chances are, we've encountered it before, and have provided a resolution. If not, please open a new one, and where possible, include the backtrace librespot generates on crashing, along with anything we can use to reproduce the issue, eg. the Spotify URI of the song that caused the crash. # Building -Rust 1.27.0 or later is required to build librespot. +Rust 1.30.0 or later is required to build librespot. We recently switched to using [Rodio](https://github.com/tomaka/rodio) for audio playback by default, hene for macOS and Windows, you should just be able to clone and build librespot (with the command below). For linux, you will need to run the additional commands below, depending on your distro.