From 624fac41420b5d2db21e9b8c4e211cb29152e25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Gibrowski=20Fa=C3=A9?= Date: Sun, 27 Oct 2024 12:24:02 -0300 Subject: [PATCH] update MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d16be66..8a4e763 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ version = "0.9.5-masterV2" authors = ["Leonardo Gibrowski FaƩ "] edition = "2021" license-file = "LICENSE" -rust-version = "1.75" +rust-version = "1.80" [workspace.dependencies] common = { path = "common" }