fix: ci in release

This commit is contained in:
Alexander Medvedev
2026-08-06 13:30:51 +02:00
parent f4571a9d63
commit 74e7ad2909

View File

@@ -55,6 +55,7 @@ pub struct PendingConnection {
}
impl PendingConnection {
#[must_use]
pub fn new(tcp_stream: TcpStream, address: SocketAddr, id: u64) -> Self {
let (read, write) = tcp_stream.into_split();
Self {