Skip to content

Commit

Permalink
fix c_api dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln committed Feb 1, 2023
1 parent 83f1197 commit 008151c
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 @@ -24,7 +24,7 @@ name = "miniz_oxide_c_api"
[dependencies]
libc = "0.2.22"
crc32fast = "1.2.0"
miniz_oxide = { path = "miniz_oxide", version = "0.7.0" }
miniz_oxide = { path = "miniz_oxide", version = "0.6.3" }

[build-dependencies]
cc = "1.0"
Expand Down

0 comments on commit 008151c

Please sign in to comment.