diff --git a/ci/shell.nix b/ci/shell.nix index 69a9d8173..686912aa0 100644 --- a/ci/shell.nix +++ b/ci/shell.nix @@ -28,6 +28,7 @@ let ${nixpkgs.patchelf}/bin/patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" "$out" chmod -w $out ''; + # NOTE: don't forget to update Minimum Supported Rust Version in docs/core/build/emulator.md rustProfiles = nixpkgs.rust-bin.stable."1.58.1"; rustStable = rustProfiles.minimal.override { targets = [ diff --git a/docs/core/build/emulator.md b/docs/core/build/emulator.md index 8dee69c68..aa67de2d3 100644 --- a/docs/core/build/emulator.md +++ b/docs/core/build/emulator.md @@ -54,7 +54,7 @@ brew install scons sdl2 sdl2_image pkg-config llvm ## Rust -You will require Rust and Cargo. The currently supported version is 1.55 stable. +You will require Rust and Cargo. The currently supported version is 1.58 stable. The recommended way to install both is with [`rustup`](https://rustup.rs/). If you are installing `rustup` for the first time, the stable toolchain will be installed for you automatically. Otherwise, make sure you are up to date: