From c3121aea93cab217f1a77b4c814464cc2a405728 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Tue, 17 Dec 2024 12:03:42 +0000 Subject: [PATCH] Increase MSRV to 1.80 This change uses take_if method on Option which is stable since 1.80 Signed-off-by: Simon Davies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b73e6aff..9e3d0b3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ exclude = [ [workspace.package] version = "0.1.0" edition = "2021" -rust-version = "1.79.0" +rust-version = "1.80.0" license = "Apache-2.0" homepage = "https://github.com/hyperlight-dev/hyperlight" repository = "https://github.com/hyperlight-dev/hyperlight"