disable parallel
This commit is contained in:
parent
86acffe23b
commit
e454f89b3d
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ pretty_assertions = "0.6.1"
|
|||
zokrates_fs_resolver = { version = "0.5", path = "../zokrates_fs_resolver"}
|
||||
|
||||
[build-dependencies]
|
||||
cc = { version = "1.0", features = ["parallel"], optional = true }
|
||||
cc = { version = "1.0", optional = true }
|
||||
cmake = { version = "0.1.31", optional = true }
|
||||
git2 = { version = "0.13.1", optional = true }
|
||||
|
|
Loading…
Reference in a new issue