From 97bc429e081504498b9129e023c0db8a926a89f6 Mon Sep 17 00:00:00 2001 From: awiouy Date: Wed, 7 Feb 2018 18:57:19 +0100 Subject: [PATCH] Update Rust requirement to 1.20.0 --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 402b32ae..72722c43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: rust rust: - - 1.18.0 + - 1.20.0 - stable - beta - nightly diff --git a/README.md b/README.md index a56ed869..f9f3c106 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ As the origin by [plietar](https://github.com/plietar/) is no longer actively ma More information can be found in the [wiki](https://github.com/librespot-org/librespot/wiki) # Building -Rust 1.18.0 or later is required to build librespot. +Rust 1.20.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.**