1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-08-31 16:16:59 +02:00

chore: revert msrv bump

This commit is contained in:
Rob Ede
2025-08-26 08:25:35 +01:00
parent e85ae87b98
commit 0d45bf9b43
16 changed files with 258 additions and 172 deletions

View File

@@ -2,7 +2,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.80.
- Minimum supported Rust version (MSRV) is now 1.75.
## 0.2.4

View File

@@ -1,3 +1,5 @@
#![allow(unused_imports)]
mod system {
pub use actix_rt::System as MySystem;
}