diff --git a/.travis.yml b/.travis.yml index 0538bea..47fa39e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ matrix: script: - ci/script-rust.sh - language: rust - rust: 1.33.0 + rust: 1.34.0 script: - ci/script-rust.sh - language: node_js diff --git a/guide/install-manual.md b/guide/install-manual.md index c0430c4..7182697 100644 --- a/guide/install-manual.md +++ b/guide/install-manual.md @@ -45,7 +45,7 @@ all non-Rust dependencies: pkgconf \ tzdata -Next, you need Rust 1.33+ and Cargo. The easiest way to install them is by +Next, you need Rust 1.34+ and Cargo. The easiest way to install them is by following the instructions at [rustup.rs](https://www.rustup.rs/). Finally, building the UI requires [yarn](https://yarnpkg.com/en/). diff --git a/scripts/script-functions.sh b/scripts/script-functions.sh index 0ee8fb1..af3a61e 100755 --- a/scripts/script-functions.sh +++ b/scripts/script-functions.sh @@ -40,7 +40,7 @@ fi NODE_MIN_VERSION="8" YARN_MIN_VERSION="1.0" CARGO_MIN_VERSION="0.2" -RUSTC_MIN_VERSION="1.33" +RUSTC_MIN_VERSION="1.34" FFMPEG_MIN_VERSION="55.1.101" FFMPEG_RELEASE_VERSION="3.4"