Skip to content

Commit

Permalink
revert: Disable parallel feature in cc crate (#124)
Browse files Browse the repository at this point in the history
This reverts commit edb3679.
  • Loading branch information
jetuk authored Feb 24, 2024
1 parent e22fe40 commit 3f14d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clp-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2018"
[dependencies]

[build-dependencies]
cc = { version = "1.0", features = [] }
cc = { version = "1.0", features = ["parallel"] }

0 comments on commit 3f14d52

Please sign in to comment.