mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-27 04:59:02 +02:00
bump MSRV to 1.65 (#485)
This commit is contained in:
@ -118,9 +118,11 @@ where
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use std::cell::RefCell;
|
||||
use std::collections::{BTreeMap, BTreeSet};
|
||||
use std::sync::{Arc, RwLock};
|
||||
use std::{
|
||||
cell::RefCell,
|
||||
collections::{BTreeMap, BTreeSet},
|
||||
sync::{Arc, RwLock},
|
||||
};
|
||||
|
||||
use actix_service::{fn_factory, fn_service};
|
||||
use slab::Slab;
|
||||
|
Reference in New Issue
Block a user