feat: support server port reuse

This commit is contained in:
2025-05-31 01:59:04 +08:00
parent a676061b3e
commit ac7d1efb8d
32 changed files with 1111 additions and 139 deletions

View File

@@ -1,4 +1,6 @@
[toolchain]
channel = "nightly-2025-05-20"
channel = "nightly-2025-06-03"
# [simd not supported by cranelift](https://github.com/rust-lang/rustc_codegen_cranelift/issues/171)
# components = ["rustfmt", "clippy", "rustc-codegen-cranelift"]
components = ["rustfmt", "clippy"]
profile = "default"