From ba732d88c301e1ab224983e98046857fe917365d Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 5 Nov 2024 16:52:06 +0100 Subject: [PATCH] rust/Cargo.toml: work around the compilation problem with clang++. This doesn't actually guarantee that the problem is resolved in dependent package, because the latter can override the version. --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 67db149..393c7e1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -23,7 +23,7 @@ include = [ [dependencies] [build-dependencies] -cc = "^1.0.70" +cc = "^1.0.70, <1.1.32" which = "^4.0" [features]