From 8e40c37cf9b008e346dd1751bd7afc2ffcd48e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 7 Mar 2026 11:10:21 +0100 Subject: [PATCH] Update MSRV To match the one from matrix-sdk. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a558528..a1c6cccd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "13.0.0" authors = ["Julian Sparber "] license = "GPL-3.0-or-later" edition = "2024" -rust-version = "1.88" +rust-version = "1.93" publish = false [package.metadata.cargo-machete]