Skip to content

Commit

Permalink
docs: building from source now requires rust 1.59.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Sep 24, 2022
1 parent 48f9458 commit 88a886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/building-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Follow these instructions to either build **`SWS`** project from the source or t

If you want to build **SWS** from the source, all you need is a [Rust 2021 Edition](https://blog.rust-lang.org/2021/05/11/edition-2021.html) installed.

So make sure to install Rust [1.56.0](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html) or higher (or nightly) along with [the toolchain(s)](https://rust-lang.github.io/rustup/concepts/toolchains.html) of your preference.
So make sure to install Rust [1.59.0](https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html) or higher (or nightly) along with [the toolchain(s)](https://rust-lang.github.io/rustup/concepts/toolchains.html) of your preference.

Then clone the repository and use [Cargo](https://doc.rust-lang.org/cargo/) to build the project from the source.

Expand Down

0 comments on commit 88a886f

Please sign in to comment.