From 963a9babcda98f89f360d5ae2d1a4fd692d8355e Mon Sep 17 00:00:00 2001 From: oyvindln Date: Fri, 17 May 2024 20:13:48 +0200 Subject: [PATCH] fix(miniz_oxide_c_api): set version of cc so ci tests don't fail due to newer version of cc not supporting 1.50 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 137d8ba..2da2f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }