Skip to content

Commit

Permalink
rust/Cargo.toml: bump the version number.
Browse files Browse the repository at this point in the history
[And lift intermediate version limitations on "cc" dependency.]
  • Loading branch information
dot-asm committed Dec 13, 2024
1 parent f208c21 commit b9f5c3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit b9f5c3b

Please sign in to comment.