docs(README): note MSRV is 1.93 (matrix-sdk 0.17 requirement)

This commit is contained in:
Timmy
2026-05-14 14:32:23 +01:00
parent 8f7cdea392
commit 995c878961
+1 -1
View File
@@ -33,7 +33,7 @@ Huskies can be controlled via bot commands in **Matrix**, **WhatsApp**, and **Sl
## Prerequisites for building ## Prerequisites for building
- Rust (2024 edition) - Rust 1.93 or newer (2024 edition; MSRV is 1.93, pulled in by matrix-sdk 0.17's use of `Duration::from_mins`)
- Node.js and npm - Node.js and npm
- Docker (for Linux cross-compilation and container deployment) - Docker (for Linux cross-compilation and container deployment)
- `cross` (`cargo install cross`) optional, for Linux static builds. Only needed if you are building for a different architecture, e.g. if you want to build a Linux binary from a Mac. - `cross` (`cargo install cross`) optional, for Linux static builds. Only needed if you are building for a different architecture, e.g. if you want to build a Linux binary from a Mac.