Skip to content

Commit

Permalink
fix(miniz_oxide_c_api): set version of cc so ci tests don't fail due …
Browse files Browse the repository at this point in the history
…to newer version of cc not supporting 1.50
  • Loading branch information
oyvindln committed May 17, 2024
1 parent 434d9ab commit 963a9ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ name = "miniz_oxide_c_api"
#CRATE_TYPE

[dependencies]
cc = "1.0.83"
libc = "0.2.22"
crc32fast = "1.2.0"
miniz_oxide = { path = "miniz_oxide", version = "0.7.1" }
Expand Down

0 comments on commit 963a9ba

Please sign in to comment.