mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
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:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user