diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 393c7e1..782f04f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sppark" -version = "0.1.10" +version = "0.1.11" edition = "2021" description = "Zero-knowledge template library" repository = "https://github.com/supranational/sppark" @@ -23,7 +23,9 @@ include = [ [dependencies] [build-dependencies] -cc = "^1.0.70, <1.1.32" +# cc 1.1.32 through 1.1.35 are problematic with clang++ as host compiler +# for CUDA, but there is no way single them out... +cc = "^1.0.70" which = "^4.0" [features]