Skip to content

Draft: pin cc version to one that works for macos

trinity-1686a requested to merge trinity-1686a/arti:fix-macos-repro into main

i have bisected that issue to f67a733a. After a few tries, cc is the crate which update causes issue. The highest working version is 1.0.93, with 1.0.94+ being non-functional for us. The change between both are minimal. I will be opening a ticket there so we can eventually unpin cc.
Also today's update brought derive-deftly-macros to a version requiring rust 1.77, so also use a newer compiler to get things to work.

fix #1394

Merge request reports