1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-17 19:00:58 +00:00

docs(core): bump MSRV

[skip_ci]
This commit is contained in:
Martin Milata 2022-03-08 12:32:05 +01:00
parent 3b2a195cb2
commit 2e3ce4fa1a
2 changed files with 2 additions and 1 deletions

View File

@ -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 = [

View File

@ -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: