Remove outdated references to nightly.

This commit is contained in:
Alexander Krotov
2020-07-19 22:57:14 +03:00
committed by link2xt
parent 06166f7956
commit 861325591e
2 changed files with 3 additions and 4 deletions

View File

@@ -16,6 +16,6 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK 1
ADD deps/build_python.sh /builder/build_python.sh ADD deps/build_python.sh /builder/build_python.sh
RUN mkdir tmp1 && cd tmp1 && bash /builder/build_python.sh && cd .. && rm -r tmp1 RUN mkdir tmp1 && cd tmp1 && bash /builder/build_python.sh && cd .. && rm -r tmp1
# Install Rust nightly # Install Rust
ADD deps/build_rust.sh /builder/build_rust.sh ADD deps/build_rust.sh /builder/build_rust.sh
RUN mkdir tmp1 && cd tmp1 && bash /builder/build_rust.sh && cd .. && rm -r tmp1 RUN mkdir tmp1 && cd tmp1 && bash /builder/build_rust.sh && cd .. && rm -r tmp1

View File

@@ -79,9 +79,8 @@ Each test run creates new accounts.
Installing bindings from source (Updated: July 2020) Installing bindings from source (Updated: July 2020)
========================================================= =========================================================
Install Rust and Cargo first. Deltachat needs a specific nightly Install Rust and Cargo first.
version, the easiest is probably to first install Rust stable from The easiest is probably to use `rustup <https://rustup.rs/>`_.
rustup and then use this to install the correct nightly version.
Bootstrap Rust and Cargo by using rustup:: Bootstrap Rust and Cargo by using rustup::