Skip to content

Commit 24b1259

Browse files
authored
Merge pull request #4394 from tgross35/unpin-cc
Revert "Pin cc to `<1.2.18`"
2 parents f80833c + 8835b3b commit 24b1259

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)