mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-03 01:25:37 +00:00
chore: update Rust to 2024 edition (#2066)
This commit is contained in:
@@ -30,7 +30,7 @@ use crate::{
|
||||
port_forward_manage::PortForwardManageRpcService, proxy::TcpProxyRpcService,
|
||||
stats::StatsRpcService, vpn_portal::VpnPortalRpcService,
|
||||
},
|
||||
tunnel::{tcp::TcpTunnelListener, TunnelListener},
|
||||
tunnel::{TunnelListener, tcp::TcpTunnelListener},
|
||||
web_client::{DefaultHooks, WebClientHooks},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user