From 9cb5fb2802974b32248c9a2b8d8268a36d3532d8 Mon Sep 17 00:00:00 2001 From: naskya Date: Mon, 12 Feb 2024 16:14:00 +0900 Subject: [PATCH] docs: update Rust version requirement --- README.md | 2 +- docs/notice-for-admins.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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