mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
doc(actix-cors): update MSRV (#395)
This commit is contained in:
parent
b9769edca1
commit
8ddbf26cc1
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
[![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors)
|
[![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)
|
[![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)
|
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-cors.svg)
|
||||||
<br />
|
<br />
|
||||||
[![Dependency Status](https://deps.rs/crate/actix-cors/0.7.0/status.svg)](https://deps.rs/crate/actix-cors/0.7.0)
|
[![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)
|
- [API Documentation](https://docs.rs/actix-cors)
|
||||||
- [Example Project](https://github.com/actix/examples/tree/master/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
|
||||||
|
Loading…
Reference in New Issue
Block a user