Revert "build: increase MSRV to 1.81.0"

This reverts commit ffe6efe819.
This commit is contained in:
link2xt
2024-12-17 16:57:29 +01:00
parent a305409627
commit 9d331483e9
13 changed files with 21 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ async fn new_smtp_transport<S: AsyncBufRead + AsyncWrite + Unpin>(
Ok(transport)
}
#[expect(clippy::too_many_arguments)]
#[allow(clippy::too_many_arguments)]
pub(crate) async fn connect_and_auth(
context: &Context,
proxy_config: &Option<ProxyConfig>,