From 11e35fcb5cb1407ca9e09d3eca32b6fe0dc88f8c Mon Sep 17 00:00:00 2001 From: Aleksey Shakhmatov Date: Wed, 8 Apr 2026 11:35:56 +0300 Subject: [PATCH] chore: bump MSRV to 1.80.0 for LazyLock support --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 420d624..682af1a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -6,7 +6,7 @@ authors = ["you"] license = "" repository = "" edition = "2021" -rust-version = "1.77.2" +rust-version = "1.80.0" [lib] name = "tusk_lib"