mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 13:26:38 +03:00
Fix out of sync cargo.lock
This should have been updated when the version of deltachat_derive was changed. Oops.
This commit is contained in:
committed by
Floris Bruynooghe
parent
7040bd804a
commit
b4ebfdb84a
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -633,7 +633,7 @@ dependencies = [
|
|||||||
"charset 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"charset 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"debug_stub_derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"debug_stub_derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"deltachat_derive 1.0.0-beta.22",
|
"deltachat_derive 2.0.0",
|
||||||
"email 0.0.21 (git+https://github.com/deltachat/rust-email)",
|
"email 0.0.21 (git+https://github.com/deltachat/rust-email)",
|
||||||
"encoded-words 0.1.0 (git+https://github.com/async-email/encoded-words)",
|
"encoded-words 0.1.0 (git+https://github.com/async-email/encoded-words)",
|
||||||
"escaper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"escaper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@@ -689,7 +689,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deltachat_derive"
|
name = "deltachat_derive"
|
||||||
version = "1.0.0-beta.22"
|
version = "2.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
Reference in New Issue
Block a user