From 63fda7f02ca177d4b90ee9d3af6a5d33afeca394 Mon Sep 17 00:00:00 2001 From: nozwock <57829219+nozwock@users.noreply.github.com> Date: Sat, 31 Dec 2022 14:36:04 +0530 Subject: [PATCH] chore: bump MSRV to 1.65 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbbd425..f1ae5d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rusty-autoclicker" version = "2.2.0" repository = "https://github.com/MrTanoshii/rusty-autoclicker" readme = "README.md" -rust-version = "1.63" +rust-version = "1.65" license-file = "LICENSE" edition = "2021"