docs: update Rust version requirement
This commit is contained in:
parent
49fa0975ca
commit
9cb5fb2802
2 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,7 @@ If you have access to a server that supports one of the sources below, I recomme
|
|||
|
||||
### 🏗️ Build dependencies
|
||||
|
||||
- 🦀 At least [Rust](https://www.rust-lang.org/) v1.68.0
|
||||
- 🦀 At least [Rust](https://www.rust-lang.org/) v1.70
|
||||
- 🦬 C/C++ compiler & build tools
|
||||
- `build-essential` on Debian/Ubuntu Linux
|
||||
- `base-devel` on Arch Linux
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
## For systemd users
|
||||
|
||||
- Required Rust version has been bumped from v1.68 to v1.70.
|
||||
- `libvips` is no longer required (unless your server os is *BSD), so you may uninstall it from your system. Make sure to execute the following commands after that:
|
||||
```sh
|
||||
pnpm clean-npm
|
||||
|
|
Loading…
Reference in a new issue