diff --git a/README.md b/README.md index dc8b915a..eaab7adc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Huskies can be controlled via bot commands in **Matrix**, **WhatsApp**, and **Sl ## 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 - 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.