Skip to content

Commit

Permalink
chore: pin cc to maintain MSRV at 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Aug 19, 2023
1 parent 347026e commit d67027e
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 @@ -45,7 +45,7 @@ proptest = "1.0.0"

[build-dependencies]
bindgen = "0.66.1"
cc = { version = "1.0", features = ["parallel"] }
cc = { version = "=1.0.81", features = ["parallel"] }
pkg-config = "0.3"

[features]
Expand Down

0 comments on commit d67027e

Please sign in to comment.