1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-08-28 20:47:47 +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

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