From 9b2aec9ba0564d6c2552100e042381fd3ff88d9e Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Sat, 24 Feb 2024 14:14:41 +0100 Subject: [PATCH] chore: increase msrv to v1.74.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b37eb5..8e9f454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ version = "0.0.4" authors = ["Mads Hougesen "] edition = "2021" license = "MIT" -rust-version = "1.70.0" +rust-version = "1.74.0" repository = "https://github.com/hougesen/hitt" documentation = "https://github.com/hougesen/hitt#readme" keywords = ["http", "cli", "testing", "api-testing", "vim"]