Skip to content

Commit a2956cf

Browse files
committed
Auto merge of #3511 - JohnTitor:unpin-cc, r=JohnTitor
Unpin cc dependency version 1.0.84 has been yanked and we no longer need to pin the version.
2 parents cb18b83 + 9824274 commit a2956cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libc-test/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ version = "0.2.151"
1616
default-features = false
1717

1818
[build-dependencies]
19-
# FIXME: 1.0.84 has a bug about macOS version detection.
20-
cc = "=1.0.83"
19+
cc = "1.0.83"
2120
# FIXME: Use fork ctest until the maintainer gets back.
2221
ctest2 = "0.4.3"
2322

0 commit comments

Comments
 (0)