This commit is contained in:
dignifiedquire
2019-07-06 11:29:13 +02:00
parent 4fe99b21c9
commit 286d1a99aa
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ name = "deltachat"
crate-type = ["cdylib", "staticlib"]
[dependencies]
deltachat = { path = "../" }
deltachat = { path = "../", default-features = false }
libc = "0.2"
human-panic = "1.0.1"