Skip to content

Commit

Permalink
Merge pull request #41 from kate-goldenring/rust-version
Browse files Browse the repository at this point in the history
Update Rust version
  • Loading branch information
bfjelds authored Aug 1, 2022
2 parents 8d5f62e + bda8283 commit 1010070
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/development/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ The majority of Akri is written in Rust. To install Rust and Akri's component's
```sh
./build/setup.sh
```
If you previously installed Rust ensure you are using the v1.58.1 toolchain that Akri's build system uses:
If you previously installed Rust ensure you are using the v1.61.0 toolchain that Akri's build system uses:
```sh
sudo curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=1.58.1
rustup default 1.58.1
sudo curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=1.61.0
rustup default 1.61.0
cargo version
```

Expand All @@ -39,14 +39,14 @@ cargo version
./build/setup.sh
```

If you previously installed Rust, ensure you are using the v1.58.1 toolchain that Akri's build system uses:
If you previously installed Rust, ensure you are using the v1.61.0 toolchain that Akri's build system uses:
```sh
sudo curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=1.58.1
sudo curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=1.61.0
```
Then, configure your current shell to see Cargo and set `v1.58.1` as default toolchain.
Then, configure your current shell to see Cargo and set `v1.61.0` as default toolchain.
```sh
source $HOME/.cargo/env
rustup default 1.58.1
rustup default 1.61.0
cargo version
```
Expand Down

0 comments on commit 1010070

Please sign in to comment.