mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-06 14:50:14 +00:00
update deps
This commit is contained in:
parent
9d9c152b54
commit
203cfba302
2 changed files with 10 additions and 10 deletions
|
@ -101,7 +101,7 @@ pub async fn desktop_run_async(args: Args, shutdown_token: tokio_util::sync::Can
|
|||
|
||||
#[cfg(target_os = "windows")]
|
||||
tun_config.platform_config(|cfg| {
|
||||
cfg.device_guid(Some(12324323423423434234_u128));
|
||||
cfg.device_guid(12324323423423434234_u128);
|
||||
});
|
||||
|
||||
#[allow(unused_variables)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue