From 8835b3b3dfa2007c4faf4a3824c9354b42412d9a Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Fri, 11 Apr 2025 18:53:48 +0000 Subject: [PATCH] Revert "Pin cc to `<1.2.18`" `cc` version 1.2.19 has been released which resolves the musl issue, so this no longer needs to be pinned. This reverts commit 8fe98813f5f6e65a0bd440d35f2cbe3a01a209b1. --- libc-test/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 1b216f0b4e35..d1cf3a3aedd2 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -23,9 +23,7 @@ glob = "0.3.2" annotate-snippets = { version = "0.11.5", features = ["testing-colors"] } [build-dependencies] -# FIXME(cc): pinned until a fix for https://github.com/rust-lang/cc-rs/issues/1452 -# is released. -cc = ">=1.0.83, <1.2.18" +cc = "1.0.83" ctest = { path = "../ctest" } regex = "1.11.1"