Pin to the same version of rust nightly as delta

This commit is contained in:
2020-05-19 00:16:01 +01:00
parent 825f5d90ed
commit aae7607c7f
5 changed files with 14 additions and 8 deletions

6
Cargo.lock generated
View File

@@ -670,8 +670,8 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.31.0"
source = "git+https://github.com/deltachat/deltachat-core-rust?tag=1.31.0#fcf3786fc5e74c0cf348a5864014300d0993db92"
version = "1.33.0"
source = "git+https://github.com/deltachat/deltachat-core-rust?tag=1.33.0#7dc58bb3305e58a73db499ec8c7009a05c654e28"
dependencies = [
"anyhow",
"async-imap",
@@ -726,7 +726,7 @@ dependencies = [
[[package]]
name = "deltachat_derive"
version = "2.0.0"
source = "git+https://github.com/deltachat/deltachat-core-rust?tag=1.31.0#fcf3786fc5e74c0cf348a5864014300d0993db92"
source = "git+https://github.com/deltachat/deltachat-core-rust?tag=1.33.0#7dc58bb3305e58a73db499ec8c7009a05c654e28"
dependencies = [
"quote 1.0.5",
"syn 1.0.22",