build: do not disable "vendored" feature in the workspace

This fixes `nix build .#python-docs`
This commit is contained in:
link2xt
2024-08-03 23:43:57 +00:00
parent fd183c6ee5
commit 9f220768c2

View File

@@ -161,8 +161,8 @@ async-channel = "2.3.1"
base64 = "0.22"
chrono = { version = "0.4.38", default-features = false }
deltachat-contact-tools = { path = "deltachat-contact-tools" }
deltachat-jsonrpc = { path = "deltachat-jsonrpc", default-features = false }
deltachat = { path = ".", default-features = false }
deltachat-jsonrpc = { path = "deltachat-jsonrpc" }
deltachat = { path = "." }
futures = "0.3.30"
futures-lite = "2.3.0"
libc = "0.2"