chore: msrv 1.70.0
Diff
.github/workflows/devel.yml | 2 +-
Cargo.toml | 3 ++-
docs/content/building-from-source.md | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
@@ -60,7 +60,7 @@ jobs:
- build: pinned
os: ubuntu-22.04
rust: 1.66.0
rust: 1.70.0
- build: stable
os: ubuntu-22.04
rust: stable
@@ -1,6 +1,8 @@
[package]
name = "static-web-server"
version = "2.21.1"
edition = "2021"
rust-version = "1.70.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."
@@ -13,7 +15,6 @@ keywords = [
"http-server"
]
categories = ["network-programming", "web-programming::http-server"]
edition = "2021"
include = [
"src/**/*.rs",
"Cargo.toml",
@@ -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.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.
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.
Then clone the repository and use [Cargo](https://doc.rust-lang.org/cargo/) to build the project from the source.