chore: minimum rust version 1.74.0
Diff
.github/workflows/devel.yml | 2 +-
Cargo.toml | 2 +-
docs/content/building-from-source.md | 2 +-
fuzz/Cargo.toml | 1 -
4 files changed, 3 insertions(+), 4 deletions(-)
@@ -69,7 +69,7 @@ jobs:
- build: pinned
os: ubuntu-22.04
rust: 1.70.0
rust: 1.74.0
- build: linux-musl
@@ -2,7 +2,7 @@
name = "static-web-server"
version = "2.25.0"
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"
authors = ["Jose Quintana <https://joseluisq.net>"]
license = "MIT OR Apache-2.0"
description = "A cross-platform, high-performance and asynchronous web server for static files-serving."
@@ -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.70.0](https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html) or newer (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.74.0](https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html) or newer (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.
@@ -3,7 +3,6 @@ name = "static-web-server-fuzz"
version = "0.0.0"
publish = false
edition = "2021"
rust-version = "1.70.0"
[package.metadata]
cargo-fuzz = true