Revert libc update

It causes the macOS CI to fail. See rust-lang/libc#2484
This commit is contained in:
bjorn3 2021-10-27 16:44:51 +02:00
parent 0bd4706e38
commit 7ee78417d0

View File

@ -132,9 +132,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.105"
version = "0.2.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"
checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
dependencies = [
"rustc-std-workspace-core",
]