Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Pin cc version for now
  • Loading branch information
Nereuxofficial committed Nov 1, 2025
commit d6fb5800b8b6ef4b90384f3e559e6567cb3b8a06
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
Loading