index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2022-09-24 22:03:54.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2022-09-24 22:03:54.0 +00:00:00
commit
88a886ff3e72aeee37975552f0205532d17ff610 [patch]
tree
0829668928f0384713d15a29c089b0928c60a432
parent
48f9458fed9a9d4f4b0f7a20bd6cdf5df51a5258
download
88a886ff3e72aeee37975552f0205532d17ff610.tar.gz

docs: building from source now requires rust 1.59.0 [skip ci]

rust 1.59.0 pinned version on ci:
https://github.com/joseluisq/static-web-server/blob/master/.github/workflows/devel.yml#L51

Diff

 docs/content/building-from-source.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/building-from-source.md b/docs/content/building-from-source.md
index 7fe7043..2ba6a5a 100644
--- a/docs/content/building-from-source.md
+++ b/docs/content/building-from-source.md
@@ -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.