Skip to content

Commit

Permalink
Revert "Enable the parallel feature on the cc crate"
Browse files Browse the repository at this point in the history
This reverts commit 71bf6b6.

Using the parallel feature on cc requires Rust 1.61 or higher, see
rust-lang/cc-rs#849
  • Loading branch information
Wilfred committed Oct 8, 2023
1 parent ab1966b commit 6ac7fd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ predicates = ">= 2, <= 2.1.1"
pretty_assertions = "1.3.0"

[build-dependencies]
cc = { version = "1.0.83", features = ["parallel"] }
# TODO: enable parallel mode once MSRV hits 1.61, see discussion in
# https://github.com/rust-lang/cc-rs/pull/849
cc = "1.0.83"
rayon = "1.7.0"
version_check = "0.9.4"

Expand Down

0 comments on commit 6ac7fd0

Please sign in to comment.