Skip to content

Commit

Permalink
Merge pull request #64 from blocklessnetwork/feature/script_network
Browse files Browse the repository at this point in the history
fix linux action compile issue.
  • Loading branch information
Joinhack authored May 18, 2024
2 parents bd88ca1 + 48f9498 commit 7e16b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tuntap/src/platform/linux/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::os::fd::AsRawFd;

use crate::Model;
use crate::{Configuration, Fd};
use crate::{Error, Result};
use crate::{Error, Result, Token};
use crate::dev::Device;
use crate::platform::posix::{IntoSockAddr, Sockaddr2Ipv4};

Expand Down

0 comments on commit 7e16b1b

Please sign in to comment.