Skip to content

Commit

Permalink
fix: tun2 v2.0.2 removing deps on SetInterfaceDnsSettings (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Jul 14, 2024
1 parent ab83dbb commit 9eae3b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ flate2 = { version = "1.0", optional = true }
brotli = { version = "6.0", optional = true }
zstd = { version = "0.13", optional = true }

tun2 = { version = "2", optional = true, features = ["async"] }
tun2 = { version = "2.0.2", optional = true, default-features = false, features = [
"async",
] }
etherparse = { version = "0.15", optional = true }
smoltcp = { version = "0.11", optional = true, default-features = false, features = [
"std",
Expand Down

0 comments on commit 9eae3b0

Please sign in to comment.