From dac5bd2edd164fc24ae575c71b0e01323854068b Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Sun, 27 Oct 2024 01:02:48 -0700 Subject: [PATCH] Bump MSRV to support config 0.14.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 040cc31..88f345e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" keywords = ["web", "framework"] categories = ["web-programming", "web-programming::http-server"] # Determined using `cargo msrv` -- https://github.com/foresterre/cargo-msrv -rust-version = "1.74.1" +rust-version = "1.75.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html