From 8ddbf26cc11daf7cbd4c584f8a6bbcede37afe45 Mon Sep 17 00:00:00 2001 From: Marvin <33938500+marvin-j97@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:18:13 +0100 Subject: [PATCH] doc(actix-cors): update MSRV (#395) --- actix-cors/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-cors/README.md b/actix-cors/README.md index f10dbb6b0..137b946dd 100644 --- a/actix-cors/README.md +++ b/actix-cors/README.md @@ -4,7 +4,7 @@ [![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors) [![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.7.0)](https://docs.rs/actix-cors/0.7.0) -![Version](https://img.shields.io/badge/rustc-1.68+-ab6000.svg) +![Version](https://img.shields.io/badge/rustc-1.75+-ab6000.svg) ![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-cors.svg)
[![Dependency Status](https://deps.rs/crate/actix-cors/0.7.0/status.svg)](https://deps.rs/crate/actix-cors/0.7.0) @@ -69,4 +69,4 @@ async fn main() -> std::io::Result<()> { - [API Documentation](https://docs.rs/actix-cors) - [Example Project](https://github.com/actix/examples/tree/master/cors) -- Minimum Supported Rust Version (MSRV): 1.57 +- Minimum Supported Rust Version (MSRV): 1.75