mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-31 12:47:00 +02:00
bump MSRV to 1.65 (#485)
This commit is contained in:
@@ -78,7 +78,7 @@ where
|
||||
Ok(())
|
||||
}
|
||||
Err(err) => {
|
||||
error!("can not convert to an async TCP stream: {}", err);
|
||||
error!("can not convert to an async TCP stream: {err}");
|
||||
Err(())
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user