From 056a99dec55d052e27f1baafb7e79a9c0e2a19d0 Mon Sep 17 00:00:00 2001 From: AkiyukiOkayasu Date: Fri, 9 Aug 2024 13:53:46 +0900 Subject: [PATCH] MSRV: 1.79.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 113cae5..56b4fcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/AkiyukiOkayasu/pacmog" readme = "README.md" edition = "2021" -rust-version = "1.62.1" +rust-version = "1.79.0" [dependencies] anyhow = { version = "1.0.69", default-features = false }