rust: fix dependency version constraint (#48445)

This commit is contained in:
Alec Scott 2025-01-09 18:37:25 -08:00 committed by GitHub
parent f4ef0aec28
commit 1dd9eeb0c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,6 +93,7 @@ class Rust(Package):
depends_on("rust-bootstrap@1.74:1.75", type="build", when="@1.75")
depends_on("rust-bootstrap@1.77:1.78", type="build", when="@1.78")
depends_on("rust-bootstrap@1.80:1.81", type="build", when="@1.81")
depends_on("rust-bootstrap@1.82:1.83", type="build", when="@1.83")
# src/llvm-project/llvm/cmake/modules/CheckCompilerVersion.cmake
conflicts("%gcc@:7.3", when="@1.73:", msg="Host GCC version must be at least 7.4")