Remove minor versions from deltachat_derive and deltachat-ffi

Also run `cargo update`
This commit is contained in:
link2xt
2021-09-25 12:15:59 +00:00
parent 1dbbf6b3be
commit ee32a7b00a
4 changed files with 23 additions and 23 deletions

View File

@@ -17,13 +17,13 @@ crate-type = ["cdylib", "staticlib"]
[dependencies]
deltachat = { path = "../", default-features = false }
libc = "0.2"
human-panic = "1.0.1"
num-traits = "0.2.6"
human-panic = "1"
num-traits = "0.2"
serde_json = "1.0"
async-std = "1.10.0"
anyhow = "1.0.44"
thiserror = "1.0.29"
rand = "0.7.3"
async-std = "1"
anyhow = "1"
thiserror = "1"
rand = "0.7"
[features]
default = ["vendored"]