diff --git a/README.md b/README.md index c3a3e28510..501d709521 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index f68b0ad8b7..10b05eb702 100644 --- a/docs/notice-for-admins.md +++ b/docs/notice-for-admins.md @@ -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