chore: tun2 can be compatible with all 3.1.x versions

This commit is contained in:
zonyitoo
2024-09-27 22:03:51 +08:00
parent fae0217977
commit 2f48a353fe

View File

@@ -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 }