Skip to content

Commit 8835b3b

Browse files
committed
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 8fe9881.
1 parent f80833c commit 8835b3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libc-test/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ glob = "0.3.2"
2323
annotate-snippets = { version = "0.11.5", features = ["testing-colors"] }
2424

2525
[build-dependencies]
26-
# FIXME(cc): pinned until a fix for https://github.com/rust-lang/cc-rs/issues/1452
27-
# is released.
28-
cc = ">=1.0.83, <1.2.18"
26+
cc = "1.0.83"
2927
ctest = { path = "../ctest" }
3028
regex = "1.11.1"
3129

0 commit comments

Comments
 (0)