Skip to content

Commit

Permalink
chore: tun2 can be compatible with all 3.1.x versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Sep 27, 2024
1 parent fae0217 commit 2f48a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ flate2 = { version = "1.0", optional = true }
brotli = { version = "6.0", optional = true }
zstd = { version = "0.13", optional = true }

tun2 = { version = "3.1.5", optional = true, default-features = false, features = [
tun2 = { version = "3.1", optional = true, default-features = false, features = [
"async",
] }
etherparse = { version = "0.16", optional = true }
Expand Down

0 comments on commit 2f48a35

Please sign in to comment.