fix: totally fix rustc version check

C-style shit syntax
This commit is contained in:
mokurin000
2025-07-31 20:02:46 +08:00
parent 6cb1dcefe8
commit 789d46991d
4 changed files with 22 additions and 14 deletions

View File

@@ -29,4 +29,6 @@ nyquest-preset = { version = "0.2.0", features = ["async"] }
palc = { version = "0.0.1", features = ["derive"] }
futures-util = { version = "0.3.31", optional = true }
ctrlc = { version = "3.4.7", features = ["termination"] }
rustversion = "1.0.21"
[build-dependencies]
version_check = "0.9.5"