From 3d8c2e0c36e2501eabaae6a03b98761a367e3414 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Fri, 3 Nov 2023 21:37:12 +0100 Subject: [PATCH] Another check for MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01b0dbe..173abf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "tokio-graceful-shutdown" authors = ["Finomnis "] version = "0.14.0" edition = "2021" -rust-version = "1.61" +rust-version = "1.62" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/Finomnis/tokio-graceful-shutdown"