mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
chore: update Rust toolchain to 1.88.0 (#852)
MSRV is also bumped to 1.84.
This commit is contained in:
parent
eca256ae10
commit
48e02441d2
53 changed files with 122 additions and 140 deletions
|
@ -1,4 +1,4 @@
|
|||
use std::net::SocketAddr;
|
||||
use core::net::SocketAddr;
|
||||
|
||||
use anyhow::Result;
|
||||
use tokio_rustls::TlsAcceptor;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use std::net::SocketAddr;
|
||||
use core::net::SocketAddr;
|
||||
use std::rc::Rc;
|
||||
use std::sync::Arc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue