mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
Updates Rust Version to be shortcode.
This commit is contained in:
@ -12,9 +12,10 @@ installation. The [official rust
|
||||
guide](https://doc.rust-lang.org/book/ch01-01-installation.html)
|
||||
has a wonderful section on getting started.
|
||||
|
||||
We currently require at least Rust 1.24 so make sure you run `rustup update`
|
||||
to have the latest and greatest Rust version available. In particular this
|
||||
guide will assume that you actually run Rust 1.26 or later.
|
||||
We currently require at least Rust {{< rust-version "actix-web" >}} so make sure you
|
||||
run `rustup update` to have the latest and greatest Rust version available. In
|
||||
particular this guide will assume that you actually run Rust
|
||||
{{< rust-version "actix-web" >}} or later.
|
||||
|
||||
# Installing `actix-web`
|
||||
|
||||
|
@ -23,5 +23,5 @@ server `actix-web` is powerful enough to provide HTTP 1 and HTTP 2 support as
|
||||
well as SSL/TLS. This makes it useful for building small services ready for
|
||||
distribution.
|
||||
|
||||
Most importantly: `actix-web` runs on Rust 1.26 or later and it works with
|
||||
stable releases.
|
||||
Most importantly: `actix-web` runs on Rust {{< rust-version "actix-web" >}} or later
|
||||
and it works with stable releases.
|
||||
|
Reference in New Issue
Block a user