From b9f5c3b83fbd5abc91f1a5e3aaa7cdace9283639 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 13 Dec 2024 20:48:45 +0100 Subject: [PATCH] rust/Cargo.toml: bump the version number. [And lift intermediate version limitations on "cc" dependency.] --- rust/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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]