From ce6fd0c2e9f112755cbe903cc0996b817360d822 Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Tue, 15 Oct 2024 10:37:16 +0800 Subject: [PATCH] rust 1.77 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afabae1..a0ef8c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["perf", "profiler", "benchmark", "memory"] categories = ["development-tools::profiling"] license = "MIT" exclude = ["*logo*"] -rust-version = "1.81" +rust-version = "1.77" [lints.clippy] cargo = { priority = -1, level = "deny" }