Bump minimum version for Travis Builds

This commit is contained in:
Sasha Hilton 2018-10-30 17:57:24 +00:00
parent 8d53c80481
commit 473fc188cd
2 changed files with 6 additions and 7 deletions

View file

@ -1,6 +1,6 @@
language: rust
rust:
- 1.21.0
- 1.23.0
- stable
- beta
- nightly

View file

@ -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.21.0 or later is required to build librespot.
Rust 1.23.0 or later is required to build librespot.
**If you are building librespot on macOS, the homebrew provided rust may fail due to the way in which homebrew installs rust. In this case, uninstall the homebrew version of rust and use [rustup](https://www.rustup.rs/), and librespot should then build. This should have been fixed in more recent versions of Homebrew, but we're leaving this notice here as a warning.**
@ -90,4 +90,3 @@ This is a non exhaustive list of projects that either use or have modified libre
- [Spotcontrol](https://github.com/badfortrains/spotcontrol) - A golang implementation of a Spotify Connect controller. No playback
functionality.
- [librespot-java](https://github.com/devgianlu/librespot-java) - A Java port of librespot.