From 352bd639a8fba149b23950edc973f6d0359f42c4 Mon Sep 17 00:00:00 2001 From: Krisztian Kovacs Date: Mon, 20 Jan 2025 17:17:47 +0100 Subject: [PATCH] chore(cargo): bump MSRV to Rust 1.81.0 The Cairo compiler no longer compiles using Rust 1.80. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c989ecb6ac..cd8e0793fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ opt-level = 3 version = "0.15.3" edition = "2021" license = "MIT OR Apache-2.0" -rust-version = "1.80" +rust-version = "1.81" authors = ["Equilibrium Labs "] [workspace.dependencies]