1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

disable parallel

This commit is contained in:
schaeff 2021-10-12 20:47:24 +03:00
parent 86acffe23b
commit e454f89b3d

View file

@ -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 }