feat: Add support for version 3.0.5x UNTESTED

This commit is contained in:
aorus22
2025-01-14 10:21:22 +07:00
committed by aorus22
parent 5514615c91
commit 948e1f886b
15 changed files with 104566 additions and 32858 deletions
+3 -3
View File
@@ -60,6 +60,6 @@ mhy-kcp = { path = "kcp/", features = ["tokio"] }
[profile.release]
strip = true # Automatically strip symbols from the binary.
lto = true # Link-time optimization.
opt-level = 3 # Optimize for speed.
codegen-units = 1 # Maximum size reduction optimizations.
opt-level = "z" # Optimize for size.
lto = true
codegen-units = 1