Skip to content

Commit

Permalink
chore(deps): change cc to parallel version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maroon502 committed Oct 27, 2023
1 parent 7762138 commit 98fbdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
default = []

[dependencies]
cc = "1.0"
cc = { version = "1.0", features = ["parallel"] }
vcpkg = "0.2"
pkg-config = "0.3"

Expand Down

0 comments on commit 98fbdd0

Please sign in to comment.