From 0db680eaecc50a1f55f6c3f0c8a683efa7b70200 Mon Sep 17 00:00:00 2001 From: H1rono Date: Sun, 26 Nov 2023 17:07:55 +0900 Subject: [PATCH] :arrow_up: Bump MSRV from 1.64.0 to 1.67.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ca3158..695aa84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.0" authors = ["H1rono "] edition = "2021" description = "Library to parse POST requests of traQ BOT event" -rust-version = "1.64" +rust-version = "1.67.1" homepage = "https://github.com/H1rono/traq-bot-http-rs" keywords = ["http", "web", "framework"] license = "MIT"