index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2023-02-04 21:25:38.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2023-02-04 21:25:38.0 +00:00:00
commit
190db74d34d63468d8cc9eaacd1a0e3c769830cf [patch]
tree
75911b4b8ec5b611e9710544d5d73dfe2b12bc06
parent
2cf9008cb89d68084b47255f9850f8fc0e2b42b3
download
190db74d34d63468d8cc9eaacd1a0e3c769830cf.tar.gz

refactor: MSRV 1.66.0

Minimum Supported Rust Version is now 1.66.0

Diff

 .github/workflows/devel.yml          | 2 +-
 docs/content/building-from-source.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml
index 235165d..c8b0d03 100644
--- a/.github/workflows/devel.yml
+++ b/.github/workflows/devel.yml
@@ -48,7 +48,7 @@ jobs:
          # Specific Rust channels
          - build: pinned
            os: ubuntu-20.04
            rust: 1.59.0
            rust: 1.66.0
          - build: stable
            os: ubuntu-20.04
            rust: stable
diff --git a/docs/content/building-from-source.md b/docs/content/building-from-source.md
index b697566..84e63af 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.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.
So make sure to install Rust [1.66.0]https://blog.rust-lang.org/2022/12/15/Rust-1.66.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.