mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 19:59:29 +00:00
rustc 1.68 -> 1.67.1
This commit is contained in:
parent
9a5e80ebff
commit
03a58f9dfb
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-
|
|||
Install [Rust](https://www.rust-lang.org/tools/install) with command:
|
||||
```
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
rustup install 1.68
|
||||
rustup default 1.68
|
||||
rustup install 1.67.1
|
||||
rustup default 1.67.1
|
||||
```
|
||||
|
||||
Install the additional components for Rust:
|
||||
|
|
Loading…
Reference in a new issue