Skip to content

Commit 804241e

Browse files
committed
Update dependencies that have knowledge about aarch64-apple-darwin
1 parent 4c69d4b commit 804241e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/librustc_llvm/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ static-libstdcpp = []
1414
emscripten = []
1515

1616
[dependencies]
17-
libc = "0.2"
17+
libc = "0.2.73"
1818

1919
[build-dependencies]
2020
build_helper = { path = "../build_helper" }
21-
cc = "1.0.1"
21+
cc = "1.0.58"

0 commit comments

Comments
 (0)