mirror of
https://github.com/static-web-server/static-web-server.git
synced 2026-01-24 20:56:50 +00:00
chore: minimum rust version 1.74.0
This commit is contained in:
2
.github/workflows/devel.yml
vendored
2
.github/workflows/devel.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
# We test against the latest and minimum Rust stable version.
|
||||
- build: pinned
|
||||
os: ubuntu-22.04
|
||||
rust: 1.70.0
|
||||
rust: 1.74.0
|
||||
# Some of our release builds are generated by a nightly compiler to take
|
||||
# advantage of the latest optimizations/compile time improvements.
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user