From 2d40205c5d2274ef4c0d2a4132a4d5cd476f006f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Tr=C4=85tnowiecki?= Date: Tue, 9 Sep 2025 15:42:54 +0200 Subject: [PATCH] Lower MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8833d2..fbc6b89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cairo-toolchain-xtasks" version = "1.3.0" edition = "2024" -rust-version = "1.88.0" +rust-version = "1.85.0" authors = ["Software Mansion "] description = "Build scripts shared between all Cairo Toolchain projects maintained by Software Mansion."