Update build requirements to use Rust with support for 2018 edition

This commit is contained in:
timvisee 2019-01-12 23:39:31 +01:00
parent 8daff05841
commit f18c7f34d1
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2

View file

@ -175,7 +175,7 @@ before proceeding:
### Build requirements
- Regular [requirements](#requirements)
- [`git`][git]
- [`rust`][rust] `v1.26` or higher (install using [`rustup`][rustup])
- [`rust`][rust] `v1.31` or higher (install using [`rustup`][rustup])
- [OpenSSL][openssl] or [LibreSSL][libressl] libraries and headers must be available
- Linux:
- Ubuntu/Debian: `apt install pkg-config libssl-dev`