Skip to content

Commit

Permalink
chore: Disable parallel feature in cc crate (#120)
Browse files Browse the repository at this point in the history
This might be the cause of some CI failures by using too many
resources.
  • Loading branch information
jetuk authored Feb 23, 2024
1 parent 77e1d8e commit edb3679
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 = ["parallel"] }
cc = { version = "1.0", features = [] }

0 comments on commit edb3679

Please sign in to comment.