diff --git a/.github/workflows/github-cxx-qt-tests.yml b/.github/workflows/github-cxx-qt-tests.yml index e80949a8b..f7b04d0c8 100644 --- a/.github/workflows/github-cxx-qt-tests.yml +++ b/.github/workflows/github-cxx-qt-tests.yml @@ -168,7 +168,7 @@ jobs: env: # Match the deployment target that Qt was built with via vcpkg, otherwise the following error occurs # ld: warning: object file (LIB) was built for newer macOS version (12.7) than being linked (12.0) - MACOSX_DEPLOYMENT_TARGET: 12.7 + # MACOSX_DEPLOYMENT_TARGET: 12.7 # sccache is around 250-350M in size for a normal build # set the cache size to double of this to leave some headroom # but don't expand too large as we cache old data and cause cache evictions diff --git a/Cargo.toml b/Cargo.toml index fc8949907..95a5f9b61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,4 +60,4 @@ serde_json = "1.0" # Use a patched version of cc-rs that respects the rustc wrapper # This should greatly speed up CI builds! [patch.crates-io] -cc = { git = "https://github.com/LeonMatthesKDAB/cc-rs.git", branch="respect-rustc-wrapper" } +cc = { git = "https://github.com/rust-lang/cc-rs.git", tag = "1.0.84" }