build: downgrade cc to 1.0.83

1.0.84 and 1.0.85 are yanked.
With 1.0.86 and 1.0.89 Delta Chat for Android fails to build.

Fixes <https://github.com/deltachat/deltachat-android/issues/2972>.
This commit is contained in:
link2xt
2024-03-05 20:08:13 +00:00
parent 97abb9a0a9
commit 02d68332c7

7
Cargo.lock generated
View File

@@ -627,9 +627,12 @@ dependencies = [
[[package]]
name = "cc"
version = "1.0.89"
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0ba8f7aaa012f30d5b2861462f6708eccd49c3c39863fe083a308035f63d723"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
[[package]]
name = "cfb-mode"