From a7fdbd3592d226598f6ae217f13080fdd21fce5b Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 7 Jan 2025 11:44:46 +0100 Subject: [PATCH] :arrow_down: Lower to actual MSRV In terms of features used in the codebase, 1.77 is the lowest we require. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0332911d4..d8397ac04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ resolver = "2" unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] } [workspace.package] -rust-version = "1.80" +rust-version = "1.77" [profile.bench] debug = true