From 81909e42d562b617d6d052b8565f26bd77ed9be7 Mon Sep 17 00:00:00 2001 From: yasuyuky Date: Sun, 17 Dec 2023 20:51:27 +0900 Subject: [PATCH] Update rust-version to 1.74.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aaf687f..1be0f46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "SSH authentication with the GitHub team and repo" edition = "2021" license = "MIT" readme = "README.md" -rust-version = "1.74.0" +rust-version = "1.74.1" [dependencies] futures = "0.3"