mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
chore: tun2 can be compatible with all 3.1.x versions
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user