From 995c87896163811ddf6fc5d0141fbb750f9b9293 Mon Sep 17 00:00:00 2001 From: Timmy Date: Thu, 14 May 2026 14:32:23 +0100 Subject: [PATCH] docs(README): note MSRV is 1.93 (matrix-sdk 0.17 requirement) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.