mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-15 10:25:40 +00:00
chore: update Rust to 2024 edition (#2066)
This commit is contained in:
@@ -16,7 +16,7 @@ use easytier::{
|
||||
log,
|
||||
network::{local_ipv4, local_ipv6},
|
||||
},
|
||||
tunnel::{tcp::TcpTunnelListener, udp::UdpTunnelListener, TunnelListener},
|
||||
tunnel::{TunnelListener, tcp::TcpTunnelListener, udp::UdpTunnelListener},
|
||||
utils::setup_panic_handler,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user