From d6fb5800b8b6ef4b90384f3e559e6567cb3b8a06 Mon Sep 17 00:00:00 2001 From: Nereuxofficial <37740907+Nereuxofficial@users.noreply.github.com> Date: Sat, 1 Nov 2025 19:34:13 +0100 Subject: [PATCH] fix: Pin cc version for now --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f96f1d2167..4f5d79cc29d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ bindgen = "0.72.1" bitbybit = "1.4.0" # bitfields, use this for bit fields and bit enums capstone = "0.13.0" # Disassembler used in libafl_unicorn to provide disassembly on crash clap = "4.5.49" -cc = "1.2.40" +cc = "=1.2.40" cmake = "0.1.54" document-features = "0.2.11" fastbloom = { version = "0.14.0", default-features = false }